From f35f081f154d1d33ef9c0aa5c2338f0631c5fb3f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 21 Jul 2015 00:10:25 +0100 Subject: Switch to run rule for capturing output --- project2/common/unittests/Jamfile.jam | 6 ++++-- 1 file 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 - : + : : : ../../ut//p2ut ..//p2common + : + testConfig : ; -- cgit v1.2.3