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