summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam16
1 files changed, 13 insertions, 3 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 8460cef..0741a65 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -5,14 +5,24 @@ lib stdc++fs ;
path-constant src : ../src ;
path-constant test : . ;
+project WebStat-Testing : requirements
+ <define>SRC=\"$(src)\"
+ <define>TEST=\"$(test)\"
+ <library>$(src)//webstat
+ ;
+
+lib test-util :
+ test-util.cpp
+ :
+ <library>..//dbpp-postgresql
+ ;
+
run test-ingest.cpp :
-- :
../src/schema.sql
:
<define>BOOST_TEST_DYN_LINK
- <define>SRC=\"$(src)\"
- <define>TEST=\"$(test)\"
- <library>$(src)//webstat
+ <library>test-util
<library>..//dbpp-postgresql
<library>boost_unit_test_framework
<library>dbpptestcore