mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-09 08:53:08 +00:00
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…
x
Reference in New Issue
Block a user