Add one more compilation target.

This commit is contained in:
cheatfate 2024-06-10 16:25:19 +03:00
parent 7630f39471
commit e65abda74b
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95

View File

@ -58,6 +58,7 @@ task test, "Run all tests":
if (NimMajor, NimMinor) > (1, 6):
# First run tests with `refc` memory manager.
run args & " --mm:refc", "tests/testall"
run args & " -d:useMalloc", "tests/testall"
run args, "tests/testall"
task test_v3_compat, "Run all tests in v3 compatibility mode":