asynctest/testmodules/chronosv3/test.nimble

10 lines
248 B
Plaintext
Raw Normal View History

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":
exec "nim c -f -r --skipParentCfg test.nim"