Temporary remove teststream.nim tests.

Add testsoon.nim tests.
This commit is contained in:
cheatfate 2018-05-22 13:18:35 +03:00
parent fdbeddb49b
commit e968091c18
1 changed files with 5 additions and 3 deletions

View File

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