From d6d7d3ec5dca1bceff9a14c00d0b23198bbaa603 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 11 Jan 2016 20:23:33 +0000 Subject: Centralise test build properties --- gentoobrowse-api/unittests/Jamfile.jam | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gentoobrowse-api/unittests/Jamfile.jam b/gentoobrowse-api/unittests/Jamfile.jam index a4bd4ec..fb6abf7 100644 --- a/gentoobrowse-api/unittests/Jamfile.jam +++ b/gentoobrowse-api/unittests/Jamfile.jam @@ -32,6 +32,14 @@ lib testCommon : ..//adhocutil ..//IceBox dryice + ../service//gentoobrowse-service + ..//IceUtil + ..//Ice + ..//boost_system + ..//boost_filesystem + boost_utf + test-data + ROOT=\"$(me)\" ; @@ -41,15 +49,7 @@ run ../db/schema.sql : BOOST_TEST_DYN_LINK - ../service//gentoobrowse-service - ..//IceUtil - ..//Ice - ..//boost_system - ..//boost_filesystem testCommon - boost_utf - test-data - ROOT=\"$(me)\" : testPortage ; explicit testPerf ; -- cgit v1.2.3