From 43705039aac98e4b8065353da3f828d894dd6f00 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 19 Oct 2019 15:38:00 +0100 Subject: Refactor to ease testing --- libpqpp/unittests/Jamfile.jam | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libpqpp/unittests/Jamfile.jam') diff --git a/libpqpp/unittests/Jamfile.jam b/libpqpp/unittests/Jamfile.jam index 4e6cc23..7865882 100644 --- a/libpqpp/unittests/Jamfile.jam +++ b/libpqpp/unittests/Jamfile.jam @@ -15,9 +15,10 @@ run ROOT=\"$(me)\" BOOST_TEST_DYN_LINK ..//dbpp-postgresql - dbpptestcore + yes:../../..//dbpptestcore + no:dbpptestcore adhocutil - ../..//pq + ..//pq boost_utf stdc++fs ; -- cgit v1.2.3