diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-16 19:52:35 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-25 21:19:10 +0100 |
commit | a9cae5aab11677b2ac3c2cbdd225e6e6192d3b2f (patch) | |
tree | cd62e2903326cb22e5346153d841f32a3d39a3da | |
parent | WIP GB API Maint (diff) | |
download | gentoobrowse-api-a9cae5aab11677b2ac3c2cbdd225e6e6192d3b2f.tar.bz2 gentoobrowse-api-a9cae5aab11677b2ac3c2cbdd225e6e6192d3b2f.tar.xz gentoobrowse-api-a9cae5aab11677b2ac3c2cbdd225e6e6192d3b2f.zip |
Script files are deps, not args
-rw-r--r-- | gentoobrowse-api/unittests/Jamfile.jam | 10 |
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 ; |