summaryrefslogtreecommitdiff
path: root/icespider/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-12-23 15:19:25 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-12-27 17:16:14 +0000
commitd124dec32e1b02e4e936272e00babfaf860443d4 (patch)
tree92d98b35162f1c63ecfa6dd6977cbd52a33c97bd /icespider/Jamfile.jam
parentBe explicit about -z,lazy as default linking is -z,now when hardened profile ... (diff)
downloadicespider-d124dec32e1b02e4e936272e00babfaf860443d4.tar.bz2
icespider-d124dec32e1b02e4e936272e00babfaf860443d4.tar.xz
icespider-d124dec32e1b02e4e936272e00babfaf860443d4.zip
Refactor to make available some classes for testing
Diffstat (limited to 'icespider/Jamfile.jam')
-rw-r--r--icespider/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam
index 30efa98..02644a2 100644
--- a/icespider/Jamfile.jam
+++ b/icespider/Jamfile.jam
@@ -6,6 +6,7 @@ build-project unittests ;
build-project fcgi ;
build-project xslt ;
build-project fileSessions ;
+build-project testing ;
lib Ice ;
lib IceUtil ;
@@ -19,6 +20,7 @@ package.install install : :
fcgi//icespider-fcgi
xslt//icespider-xslt
fileSessions//icespider-filesessions
+ testing//icespider-testing
:
[ glob-tree *.h : fcgi unittests compile ]
;