diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index 17eafecf..b2af0475 100644 --- a/asyncdispatch2.nimble +++ b/asyncdispatch2.nimble @@ -7,7 +7,8 @@ skipDirs = @["tests", "Nim", "nim"] ### Dependencies -requires "nim > 0.18.0", +requires "nim > 0.18.0" task test, "Run all tests": - exec "nim c -r tests/test1" + exec "nim c -r tests/testdatagram" + exec "nim c -r tests/teststream"