/ testmodules / stdlib / test.nimble
test.nimble
1  version = "0.1.0"
2  author = "Asynctest Authors"
3  description = "Asynctest tests for std/unittest and std/asyncdispatch"
4  license = "MIT"
5  
6  task test, "Runs the test suite":
7    exec "nim c -f -r --skipParentCfg test.nim"