Add more tests variants.
This commit is contained in:
parent
469a7a742d
commit
c1159286e6
|
@ -10,5 +10,7 @@ skipDirs = @["tests", "Nim", "nim"]
|
|||
requires "nim > 0.18.0"
|
||||
|
||||
task test, "Run all tests":
|
||||
exec "nim c -r tests/testdatagram"
|
||||
exec "nim c -r tests/teststream"
|
||||
exec "nim c -r -d:useSysAssert -d:useGcAssert tests/testdatagram"
|
||||
exec "nim c -r -d:useSysAssert -d:useGcAssert tests/teststream"
|
||||
exec "nim c -r -d:release tests/testdatagram"
|
||||
exec "nim c -r -d:release tests/teststream"
|
||||
|
|
Loading…
Reference in New Issue