.
This commit is contained in:
parent
1e45240592
commit
7a65b5f85f
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ local gotests = {}
|
||||||
|
|
||||||
---@param args table
|
---@param args table
|
||||||
local function add_test(args)
|
local function add_test(args)
|
||||||
|
if c.gotests.named then
|
||||||
|
table.insert(args, "-named")
|
||||||
|
end
|
||||||
|
|
||||||
if c.gotests.template_dir then
|
if c.gotests.template_dir then
|
||||||
table.insert(args, "-template_dir")
|
table.insert(args, "-template_dir")
|
||||||
table.insert(args, c.gotests.template_dir)
|
table.insert(args, c.gotests.template_dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue