diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-31 20:21:41 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-31 20:21:41 +0100 |
commit | e37e18a6ad671358d6071a2e41f53b9287da2045 (patch) | |
tree | b5ba83883c620f45b3d8f5fa610f7ad752c3ceed | |
parent | fetch_head commit can be const (diff) | |
download | gentoobrowse-api-e37e18a6ad671358d6071a2e41f53b9287da2045.tar.bz2 gentoobrowse-api-e37e18a6ad671358d6071a2e41f53b9287da2045.tar.xz gentoobrowse-api-e37e18a6ad671358d6071a2e41f53b9287da2045.zip |
Always build testProcessAll as an exe
Don't configure it as a test app
-rw-r--r-- | gentoobrowse-api/unittests/Jamfile.jam | 5 |
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 ; |