2021-07-07 08:32:50 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
author = "Asynctest Authors"
|
|
|
|
description = "Asynctest tests for std/unittest and pkg/chronos"
|
|
|
|
license = "MIT"
|
|
|
|
|
2023-12-20 14:02:12 +00:00
|
|
|
requires "chronos >= 3.2.0 & < 4.0.0"
|
2021-07-07 08:32:50 +00:00
|
|
|
|
|
|
|
task test, "Runs the test suite":
|
2023-06-21 14:19:09 +00:00
|
|
|
exec "nim c -f -r --skipParentCfg test.nim"
|