From 84e503ea9eb06c3736c014f222a480d333aa934f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:58:52 +0000 Subject: Use local test library on request --- libsqlitepp/unittests/Jamfile.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsqlitepp/unittests/Jamfile.jam b/libsqlitepp/unittests/Jamfile.jam index 0eb5b28..0036128 100644 --- a/libsqlitepp/unittests/Jamfile.jam +++ b/libsqlitepp/unittests/Jamfile.jam @@ -13,7 +13,8 @@ run ROOT=\"$(me)\" BOOST_TEST_DYN_LINK ..//dbpp-sqlite - dbpptestcore + yes:../../..//dbpptestcore + no:dbpptestcore ..//adhocutil boost_utf boost_filesystem -- cgit v1.2.3