Add more tests variants.

This commit is contained in:
cheatfate 2018-05-22 01:38:13 +03:00
parent 469a7a742d
commit c1159286e6
1 changed files with 4 additions and 2 deletions

View File

@ -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"