Mark Spanbroek 33af46fc3f Fix for unittest2 > 0.0.9
Define our templates inside a new scope, to make sure
that they don't clash with the unittest2 templates.
2023-12-20 14:26:17 +01:00

11 lines
251 B
Nim

version = "0.1.0"
author = "Asynctest Authors"
description = "Asynctest tests for pkg/unittest2 and pkg/chronos"
license = "MIT"
requires "unittest2"
requires "chronos"
task test, "Runs the test suite":
exec "nim c -f -r --skipParentCfg test.nim"