Fix nimble file.

This commit is contained in:
Your Name 2018-05-22 01:07:11 +03:00
parent 52bf688179
commit 9ef76b355e
1 changed files with 3 additions and 2 deletions

View File

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