summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/unittests/Jamfile.jam16
1 files 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 :
<library>..//adhocutil
<library>..//IceBox
<library>dryice
+ <library>../service//gentoobrowse-service
+ <library>..//IceUtil
+ <library>..//Ice
+ <library>..//boost_system
+ <library>..//boost_filesystem
+ <library>boost_utf
+ <dependency>test-data
+ <define>ROOT=\"$(me)\"
;
@@ -41,15 +49,7 @@ run
../db/schema.sql
:
<define>BOOST_TEST_DYN_LINK
- <library>../service//gentoobrowse-service
- <library>..//IceUtil
- <library>..//Ice
- <library>..//boost_system
- <library>..//boost_filesystem
<library>testCommon
- <library>boost_utf
- <dependency>test-data
- <define>ROOT=\"$(me)\"
: testPortage ;
explicit testPerf ;