add gc:orc and gc:arc test in .nimble

This commit is contained in:
jangko 2021-05-28 10:15:16 +07:00
parent 6a838f1b81
commit 8d6828f090
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ task test, "Run all tests":
test "-d:debug", "tests/test_all"
test "-d:release", "tests/test_all"
test "--threads:on -d:release", "tests/test_all"
test "-d:release --gc:orc", "tests/test_all"
test "-d:release --gc:arc", "tests/test_all"
task testvcc, "Run all tests with vcc compiler":
test "--cc:vcc -d:debug", "tests/test_all"