mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-03 21:43:11 +00:00
10 lines
248 B
Nim
10 lines
248 B
Nim
version = "0.1.0"
|
|
author = "Asynctest Authors"
|
|
description = "Asynctest tests for std/unittest and pkg/chronos"
|
|
license = "MIT"
|
|
|
|
requires "chronos >= 3.2.0 & < 4.0.0"
|
|
|
|
task test, "Runs the test suite":
|
|
exec "nim c -f -r --skipParentCfg test.nim"
|