properly move testing libbacktrace to a separate task (#236)
This is a continuation of #231.
This commit is contained in:
parent
0c7a0bd0a5
commit
3697426f85
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue