2021-07-07 10:32:50 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
author = "Asynctest Authors"
|
|
|
|
|
description = "Asynctest tests for std/unittest and std/asyncdispatch"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
|
|
task test, "Runs the test suite":
|
2023-06-21 16:19:09 +02:00
|
|
|
exec "nim c -f -r --skipParentCfg test.nim"
|