mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-21 07:28:31 +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