From 9ef76b355e9e88bf35c63221ce0c623ac8f45d71 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 22 May 2018 01:07:11 +0300 Subject: [PATCH] Fix nimble file. --- asyncdispatch2.nimble | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index 17eafec..b2af047 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"