diff options
Diffstat (limited to 'icespider/unittests/Jamfile.jam')
-rw-r--r-- | icespider/unittests/Jamfile.jam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/icespider/unittests/Jamfile.jam b/icespider/unittests/Jamfile.jam index 3ce12f0..779aed7 100644 --- a/icespider/unittests/Jamfile.jam +++ b/icespider/unittests/Jamfile.jam @@ -81,12 +81,16 @@ run run testFcgi.cpp ../fcgi/cgiRequestBase.cpp + ../common/http.ice : : : <define>BOOST_TEST_DYN_LINK + <slicer>pure + <allow-ice>yes <library>testCommon <library>../common//icespider-common <library>../core//icespider-core <library>boost_system + <library>slicer <include>../fcgi : testFcgi ; |