Tests for chronos v3
This commit is contained in:
parent
bb07f702fb
commit
1a0cd2c496
|
@ -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…
Reference in New Issue