fix "lang" undeclared identifier
This commit is contained in:
parent
ee922cf10e
commit
c6aa9f9c8b
|
@ -20,7 +20,7 @@ proc test(name: string, defaultLang = "c") =
|
|||
--run
|
||||
--nimcache: "nimcache"
|
||||
switch("out", ("./build/" & name))
|
||||
setCommand lang, "tests/" & name & ".nim"
|
||||
setCommand defaultLang, "tests/" & name & ".nim"
|
||||
|
||||
### tasks
|
||||
task test, "Run all tests":
|
||||
|
|
Loading…
Reference in New Issue