aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'nimterop.nimble')
-rw-r--r--nimterop.nimble2
1 files changed, 2 insertions, 0 deletions
diff --git a/nimterop.nimble b/nimterop.nimble
index 58a99b0..cd36e1c 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -54,6 +54,8 @@ task test, "Test":
# Platform specific tests
when defined(Windows):
execTest "tests/tmath.nim"
+ execTest "tests/tmath.nim", "-d:FLAGS=\"-f:ast2\""
+ execTest "tests/tmath.nim", "-d:FLAGS=\"-f:ast2 -H\""
if defined(OSX) or defined(Windows) or not existsEnv("TRAVIS"):
execTest "tests/tsoloud.nim"
execTest "tests/tsoloud.nim", "-d:FLAGS=\"-f:ast2\""