Re enable tests for Nim < 1.0.0
This commit is contained in:
parent
bd3d4e42d7
commit
97fb1d4620
1 changed files with 2 additions and 3 deletions
|
|
@ -37,9 +37,8 @@ task docs, "Generate docs":
|
|||
task test, "Test":
|
||||
buildToastTask()
|
||||
|
||||
when (NimMajor, NimMinor, NimPatch) >= (1, 0, 0):
|
||||
execTest "tests/tast2.nim"
|
||||
execTest "tests/tast2.nim", "-d:HEADER"
|
||||
execTest "tests/tast2.nim"
|
||||
execTest "tests/tast2.nim", "-d:HEADER"
|
||||
|
||||
execTest "tests/tnimterop_c.nim"
|
||||
execTest "tests/tnimterop_c.nim", "-d:FLAGS=\"-f:ast2\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue