diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-28 01:57:13 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:18 +0100 |
commit | b26378a468eeaa08aefe94e683a57246114e721d (patch) | |
tree | 5eee50b49354d1a90941bd85e85894858a9df947 /tests | |
parent | 7f6feb603441ed08e3c0b55d91dd34234d30ea58 (diff) | |
download | Nim-b26378a468eeaa08aefe94e683a57246114e721d.tar.gz |
WIP, most tests are now skipped
Diffstat (limited to 'tests')
-rw-r--r-- | tests/realtimeGC/shared.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/realtimeGC/shared.nim b/tests/realtimeGC/shared.nim index 2d1dd6c3c..1abe42089 100644 --- a/tests/realtimeGC/shared.nim +++ b/tests/realtimeGC/shared.nim @@ -1,5 +1,6 @@ discard """ - cmd: "nim $target --debuginfo --hints:on --app:lib $options $file" +cmd: "nim $target --debuginfo --hints:on --app:lib $options $file" +action: compile """ import strutils |