mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-03 13:33:07 +00:00
11 lines
235 B
Nim
11 lines
235 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 test.nim"
|