diff options
Diffstat (limited to 'libdbpp/unittests/Jamfile.jam')
-rw-r--r-- | libdbpp/unittests/Jamfile.jam | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libdbpp/unittests/Jamfile.jam b/libdbpp/unittests/Jamfile.jam index ad90ec6..cee679f 100644 --- a/libdbpp/unittests/Jamfile.jam +++ b/libdbpp/unittests/Jamfile.jam @@ -31,3 +31,17 @@ run testUtils ; +run + testMock.cpp + : : : + <define>ROOT=\"$(me)\" + <define>BOOST_TEST_DYN_LINK + <library>..//dbppcore + <library>..//adhocutil + <library>../../libpqpp//dbpp-postgresql + <library>boost_utf + <dependency>badMock.sql + : + testMock + ; + |