Tests for chronos v3

This commit is contained in:
Mark Spanbroek 2023-12-20 15:02:12 +01:00 committed by markspanbroek
parent bb07f702fb
commit 1a0cd2c496
5 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"