summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-12-27 14:19:42 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-12-27 14:19:42 +0000
commitcd76f79510c282261d28dd521c92f6262c3d2209 (patch)
tree998fc06b55cc82d5300e6c002093465b836f78f8
parentAdd C++ post processor (diff)
downloadicespider-cd76f79510c282261d28dd521c92f6262c3d2209.tar.bz2
icespider-cd76f79510c282261d28dd521c92f6262c3d2209.tar.xz
icespider-cd76f79510c282261d28dd521c92f6262c3d2209.zip
Add -- to test run options before file list
-rw-r--r--icespider/unittests/Jamfile.jam6
1 files changed, 3 insertions, 3 deletions
diff --git a/icespider/unittests/Jamfile.jam b/icespider/unittests/Jamfile.jam
index ba44d29..8dd497a 100644
--- a/icespider/unittests/Jamfile.jam
+++ b/icespider/unittests/Jamfile.jam
@@ -36,7 +36,7 @@ alias testCommon : : : :
run
testCompile.cpp
base2.cpp
- : :
+ : -- :
testRoutes.json
:
<define>BOOST_TEST_DYN_LINK
@@ -72,7 +72,7 @@ run
testApp.cpp
base2.cpp
testRoutes.json
- : :
+ : -- :
config/ice.properties
xslt/transform.xslt
:
@@ -122,7 +122,7 @@ run
run
testFileSessions.cpp
- : :
+ : -- :
config/ice.properties
:
<define>BOOST_TEST_DYN_LINK