summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-11-16 14:37:27 +0100
committerAraq <rumpf_a@web.de>2018-11-23 11:58:29 +0100
commitf2009760584d6e27cbec38cb2f145698d1bcd373 (patch)
treed3155fcc3c7682ca7480d35cc3c3dfdb36b3dbf1 /testament
parent534601637a9189354c92532c0ef273a89153092d (diff)
downloadNim-f2009760584d6e27cbec38cb2f145698d1bcd373.tar.gz
fix for dll tests
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim9
1 files changed, 4 insertions, 5 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index 36f2a271a..d7e18c8b8 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -97,11 +97,10 @@ proc runBasicDLLTest(c, r: var TResults, cat: Category, options: string) =
     else:
       ""
 
-  testSpec c, makeTest("lib/nimrtl.nim",
-    options & " --app:lib -d:createNimRtl --threads:on", cat)
-  testSpec c, makeTest("tests/dll/server.nim",
-    options & " --app:lib -d:useNimRtl --threads:on" & rpath, cat)
-
+  testNoSpec c, makeTest("lib/nimrtl.nim",
+    options & " --app:lib -d:createNimRtl --threads:on", cat, actionCompile)
+  testNoSpec c, makeTest("tests/dll/server.nim",
+    options & " --app:lib -d:useNimRtl --threads:on" & rpath, cat, actionCompile)
 
   when defined(Windows):
     # windows looks in the dir of the exe (yay!):