10 lines
248 B
Plaintext
Raw Permalink Normal View History

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