mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-02 13:03:07 +00:00
Tests for chronos v3
This commit is contained in:
parent
9f31323a5f
commit
ce1b7a8603
@ -6,7 +6,7 @@ license = "MIT"
|
||||
skipDirs = @["testmodules"]
|
||||
|
||||
task test, "Runs the test suite":
|
||||
for module in ["stdlib", "chronos", "unittest2"]:
|
||||
for module in ["stdlib", "chronosv3", "unittest2"]:
|
||||
withDir "testmodules/" & module:
|
||||
delEnv "NIMBLE_DIR" # use nimbledeps dir
|
||||
exec "nimble install -d -y"
|
||||
|
||||
@ -3,7 +3,7 @@ author = "Asynctest Authors"
|
||||
description = "Asynctest tests for std/unittest and pkg/chronos"
|
||||
license = "MIT"
|
||||
|
||||
requires "chronos"
|
||||
requires "chronos >= 3.2.0 & < 4.0.0"
|
||||
|
||||
task test, "Runs the test suite":
|
||||
exec "nim c -f -r --skipParentCfg test.nim"
|
||||
Loading…
x
Reference in New Issue
Block a user