properly move testing libbacktrace to a separate task (#236)

This is a continuation of #231.
This commit is contained in:
Miran 2021-11-15 11:40:49 +01:00 committed by GitHub
parent 0c7a0bd0a5
commit 3697426f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ task test, "Run all tests":
commandStart & " -d:chronosStackTrace -d:chronosStrictException tests/",
commandStart & " -d:release tests/",
commandStart & " -d:release -d:chronosFutureTracking tests/",
commandStart & " -d:release --debugger:native -d:chronosStackTrace -d:nimStackTraceOverride --import:libbacktrace tests/",
]
when (NimMajor, NimMinor) >= (1, 5):
commands.add commandStart & " --gc:orc -d:chronosFutureTracking -d:release -d:chronosStackTrace tests/"