mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-23 00:18:08 +00:00
Add one more compilation target.
This commit is contained in:
parent
7630f39471
commit
e65abda74b
@ -58,6 +58,7 @@ task test, "Run all tests":
|
|||||||
if (NimMajor, NimMinor) > (1, 6):
|
if (NimMajor, NimMinor) > (1, 6):
|
||||||
# First run tests with `refc` memory manager.
|
# First run tests with `refc` memory manager.
|
||||||
run args & " --mm:refc", "tests/testall"
|
run args & " --mm:refc", "tests/testall"
|
||||||
|
run args & " -d:useMalloc", "tests/testall"
|
||||||
run args, "tests/testall"
|
run args, "tests/testall"
|
||||||
|
|
||||||
task test_v3_compat, "Run all tests in v3 compatibility mode":
|
task test_v3_compat, "Run all tests in v3 compatibility mode":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user