mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-31 05:25:09 +00:00
Temporary remove teststream.nim tests.
Add testsoon.nim tests.
This commit is contained in:
parent
fdbeddb49b
commit
e968091c18
@ -14,8 +14,10 @@ task test, "Run all tests":
|
||||
exec "nim c -r tests/testsync"
|
||||
exec "nim c -r -d:release tests/testsync"
|
||||
|
||||
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:useSysAssert -d:useGcAssert tests/testsoon"
|
||||
exec "nim c -r tests/testsoon"
|
||||
exec "nim c -r -d:release tests/testsoon"
|
||||
|
||||
exec "nim c -r -d:useSysAssert -d:useGcAssert tests/testdatagram"
|
||||
exec "nim c -r 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