From 67684b3a9a7205cef15f5978b5adc4df632f5af5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 Jul 2019 13:54:41 +0100 Subject: Basically all the core functionality --- unittests/Jamfile.jam | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'unittests/Jamfile.jam') diff --git a/unittests/Jamfile.jam b/unittests/Jamfile.jam index 9de6ea6..a44275f 100644 --- a/unittests/Jamfile.jam +++ b/unittests/Jamfile.jam @@ -9,13 +9,13 @@ lib common : mockDefs.cpp : dryice - ../src//gitfs + ../src//gitfs++11 ..//adhocutil boost_utf ROOT=\"$(me)\" : : dryice - ../src//gitfs + ../src//gitfs++11 boost_utf ROOT=\"$(me)\" BOOST_TEST_DYN_LINK @@ -23,7 +23,6 @@ lib common : run core.cpp : : : - ../src//gitfs common ; -- cgit v1.2.3