nim-chronos/asyncdispatch2.nimble

15 lines
372 B
Plaintext
Raw Normal View History

2018-05-16 08:22:34 +00:00
packageName = "asyncdispatch2"
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "Asyncdispatch2"
license = "Apache License 2.0 or MIT"
skipDirs = @["tests", "Nim", "nim"]
### Dependencies
2018-05-21 22:07:11 +00:00
requires "nim > 0.18.0"
2018-05-16 08:22:34 +00:00
task test, "Run all tests":
2018-05-21 22:07:11 +00:00
exec "nim c -r tests/testdatagram"
exec "nim c -r tests/teststream"