summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-07-21 00:10:25 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-07-21 09:00:28 +0100
commitf35f081f154d1d33ef9c0aa5c2338f0631c5fb3f (patch)
tree6819be31f00732ebee75948cea4c938d4ec7200f
parentSwitch to run rule for capturing output, undate paths in tests (diff)
downloadproject2-f35f081f154d1d33ef9c0aa5c2338f0631c5fb3f.tar.bz2
project2-f35f081f154d1d33ef9c0aa5c2338f0631c5fb3f.tar.xz
project2-f35f081f154d1d33ef9c0aa5c2338f0631c5fb3f.zip
Switch to run rule for capturing output
-rw-r--r--project2/common/unittests/Jamfile.jam6
1 files changed, 4 insertions, 2 deletions
diff --git a/project2/common/unittests/Jamfile.jam b/project2/common/unittests/Jamfile.jam
index 540c1e0..4feafab 100644
--- a/project2/common/unittests/Jamfile.jam
+++ b/project2/common/unittests/Jamfile.jam
@@ -1,9 +1,11 @@
import testing ;
-unit-test testConfig :
+run
testConfig.cpp
- :
+ : : :
<library>../../ut//p2ut
<library>..//p2common
+ :
+ testConfig :
;