diff options
Diffstat (limited to 'test/Jamfile.jam')
| -rw-r--r-- | test/Jamfile.jam | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 6574046..98c0d9a 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -21,6 +21,15 @@ lib testing-util : <library>..//dbpp-postgresql ; +run test-util.cpp : : : + <define>BOOST_TEST_DYN_LINK + <library>testing-util + <library>..//dbpp-postgresql + <library>boost_unit_test_framework + <library>dbpptestcore + <library>stdc++fs + ; + run test-ingest.cpp : -- : ../src/schema.sql |
