mirror of
https://github.com/status-im/asynctest.git
synced 2025-03-01 13:00:29 +00:00
10 lines
229 B
Nim
10 lines
229 B
Nim
version = "0.1.0"
|
|
author = "Asynctest Authors"
|
|
description = "Asynctest tests for std/unittest and pkg/chronos"
|
|
license = "MIT"
|
|
|
|
requires "chronos"
|
|
|
|
task test, "Runs the test suite":
|
|
exec "nim c -f -r --skipParentCfg test.nim"
|