summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/unittests/Jamfile.jam10
1 files changed, 4 insertions, 6 deletions
diff --git a/gentoobrowse-api/unittests/Jamfile.jam b/gentoobrowse-api/unittests/Jamfile.jam
index 256ccb5..6c5ca2d 100644
--- a/gentoobrowse-api/unittests/Jamfile.jam
+++ b/gentoobrowse-api/unittests/Jamfile.jam
@@ -45,18 +45,16 @@ lib testCommon :
run
testMaintenance.cpp
- : :
- ../db/schema.sql
- :
+ : : :
+ <dependency>../db/schema.sql
<define>BOOST_TEST_DYN_LINK
<library>testCommon
: testMaintenance ;
run
testPortage.cpp
- : :
- ../db/schema.sql
- :
+ : : :
+ <dependency>../db/schema.sql
<define>BOOST_TEST_DYN_LINK
<library>testCommon
: testPortage ;