From a9cae5aab11677b2ac3c2cbdd225e6e6192d3b2f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Apr 2016 19:52:35 +0100 Subject: Script files are deps, not args --- gentoobrowse-api/unittests/Jamfile.jam | 10 ++++------ 1 file 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 - : + : : : + ../db/schema.sql BOOST_TEST_DYN_LINK testCommon : testMaintenance ; run testPortage.cpp - : : - ../db/schema.sql - : + : : : + ../db/schema.sql BOOST_TEST_DYN_LINK testCommon : testPortage ; -- cgit v1.2.3