summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/unittests/Jamfile.jam5
1 files changed, 2 insertions, 3 deletions
diff --git a/gentoobrowse-api/unittests/Jamfile.jam b/gentoobrowse-api/unittests/Jamfile.jam
index a1ad409..b2ed8c2 100644
--- a/gentoobrowse-api/unittests/Jamfile.jam
+++ b/gentoobrowse-api/unittests/Jamfile.jam
@@ -68,13 +68,12 @@ run
<library>testCommon
: testMasks ;
-explicit testProcessAll ;
-run
+exe testProcessAll :
testProcessAll.cpp
../service/utils/ebuildCacheParser.cpp
../service/depend.cpp
../service/news.cpp
- : : :
+ :
<define>BOOST_TEST_DYN_LINK
<library>testCommon
;