From e37e18a6ad671358d6071a2e41f53b9287da2045 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 31 Jul 2019 20:21:41 +0100 Subject: Always build testProcessAll as an exe Don't configure it as a test app --- gentoobrowse-api/unittests/Jamfile.jam | 5 ++--- 1 file 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 testCommon : testMasks ; -explicit testProcessAll ; -run +exe testProcessAll : testProcessAll.cpp ../service/utils/ebuildCacheParser.cpp ../service/depend.cpp ../service/news.cpp - : : : + : BOOST_TEST_DYN_LINK testCommon ; -- cgit v1.2.3