mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-02 21:13:08 +00:00
8 lines
199 B
Nim
8 lines
199 B
Nim
version = "0.1.0"
|
|
author = "Asynctest Authors"
|
|
description = "Asynctest tests for std/unittest and std/asyncdispatch"
|
|
license = "MIT"
|
|
|
|
task test, "Runs the test suite":
|
|
exec "nim c -f -r test.nim"
|