From e968091c1821b227f4453a95aa23ff97da5cc03a Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 22 May 2018 13:18:35 +0300 Subject: [PATCH] Temporary remove teststream.nim tests. Add testsoon.nim tests. --- asyncdispatch2.nimble | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index 32fc0cba..5dec17b6 100644 --- a/asyncdispatch2.nimble +++ b/asyncdispatch2.nimble @@ -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"