Mark Spanbroek bb07f702fb 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-21 09:55:19 +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"