Fix nimble file.
This commit is contained in:
parent
52bf688179
commit
9ef76b355e
|
@ -7,7 +7,8 @@ skipDirs = @["tests", "Nim", "nim"]
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.18.0"
|
||||||
|
|
||||||
task test, "Run all tests":
|
task test, "Run all tests":
|
||||||
exec "nim c -r tests/test1"
|
exec "nim c -r tests/testdatagram"
|
||||||
|
exec "nim c -r tests/teststream"
|
||||||
|
|
Loading…
Reference in New Issue