diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-11 20:23:33 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-11 20:23:33 +0000 | 
| commit | da7f646bef01ae5a6f675a924be740eca0872809 (patch) | |
| tree | 378ccf8905f10f123a47bbf4a5f4939cdf262f52 | |
| parent | Private copy of gentoobrowse db schema before making changes (diff) | |
| download | gentoobrowse-api-da7f646bef01ae5a6f675a924be740eca0872809.tar.bz2 gentoobrowse-api-da7f646bef01ae5a6f675a924be740eca0872809.tar.xz gentoobrowse-api-da7f646bef01ae5a6f675a924be740eca0872809.zip | |
Centralise test build properties
| -rw-r--r-- | gentoobrowse-api/unittests/Jamfile.jam | 16 | 
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 ; | 
