diff options
Diffstat (limited to 'libdbpp/unittests/Jamfile.jam')
-rw-r--r-- | libdbpp/unittests/Jamfile.jam | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libdbpp/unittests/Jamfile.jam b/libdbpp/unittests/Jamfile.jam index b7b2170..aa6c195 100644 --- a/libdbpp/unittests/Jamfile.jam +++ b/libdbpp/unittests/Jamfile.jam @@ -24,6 +24,19 @@ run ; run + testConnectionPool.cpp + : : : + <define>ROOT=\"$(me)\" + <define>BOOST_TEST_DYN_LINK + <library>..//dbppcore + <library>..//adhocutil + <library>../../libpqpp//dbpp-postgresql + <library>boost_utf + : + testConnectionPool + ; + +run testUtils.cpp : : : <define>ROOT=\"$(me)\" |