summaryrefslogtreecommitdiff
path: root/libdbpp/unittests/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'libdbpp/unittests/Jamfile.jam')
-rw-r--r--libdbpp/unittests/Jamfile.jam17
1 files changed, 17 insertions, 0 deletions
diff --git a/libdbpp/unittests/Jamfile.jam b/libdbpp/unittests/Jamfile.jam
index aa6c195..08bd027 100644
--- a/libdbpp/unittests/Jamfile.jam
+++ b/libdbpp/unittests/Jamfile.jam
@@ -24,6 +24,23 @@ run
;
run
+ testPatch.cpp
+ : :
+ patch.sql
+ source.dat
+ target.dat
+ :
+ <define>ROOT=\"$(me)\"
+ <define>BOOST_TEST_DYN_LINK
+ <library>..//dbppcore
+ <library>..//adhocutil
+ <library>../../libpqpp//dbpp-postgresql
+ <library>boost_utf
+ :
+ testPatch
+ ;
+
+run
testConnectionPool.cpp
: : :
<define>ROOT=\"$(me)\"