From db00a9699e3b12e5f1b79b55a4fd35c4e1dee163 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 22 Jul 2019 22:14:31 +0100 Subject: Replace hard-coded test values with properties --- unittests/Jamfile.jam | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'unittests/Jamfile.jam') diff --git a/unittests/Jamfile.jam b/unittests/Jamfile.jam index a44275f..830fd25 100644 --- a/unittests/Jamfile.jam +++ b/unittests/Jamfile.jam @@ -3,7 +3,7 @@ import testing ; lib boost_utf : : boost_unit_test_framework ; lib dryice : : : : ..//icetray ; -path-constant me : . ; +path-constant gitdir : ../.git ; lib common : mockDefs.cpp @@ -12,17 +12,17 @@ lib common : ../src//gitfs++11 ..//adhocutil boost_utf - ROOT=\"$(me)\" + ROOT=\"$(gitdir)\" : : dryice ../src//gitfs++11 boost_utf - ROOT=\"$(me)\" + ROOT=\"$(gitdir)\" BOOST_TEST_DYN_LINK ; -run core.cpp : : : - common - ; +run config.cpp : : : common ; +run core.cpp : : : common ; +run service.cpp : : : common ; -- cgit v1.2.3