diff options
Diffstat (limited to 'icespider/unittests/Jamfile.jam')
-rw-r--r-- | icespider/unittests/Jamfile.jam | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/icespider/unittests/Jamfile.jam b/icespider/unittests/Jamfile.jam index 05fecb4..3ce12f0 100644 --- a/icespider/unittests/Jamfile.jam +++ b/icespider/unittests/Jamfile.jam @@ -22,6 +22,7 @@ lib slicer : : : : <include>/usr/include/slicer ; lib slicer-json : : : : <include>/usr/include/slicer ; lib slicer-xml : : : : <include>/usr/include/slicer ; lib boost_utf : : <name>boost_unit_test_framework ; +lib boost_system ; lib dl ; path-constant me : . ; @@ -79,13 +80,14 @@ run run testFcgi.cpp - : - 'QUERY_STRING=noeq&noval=&someval=here&another=here' - 'REDIRECT_URL=/' - : : + ../fcgi/cgiRequestBase.cpp + : : : + <define>BOOST_TEST_DYN_LINK + <library>testCommon <library>../common//icespider-common <library>../core//icespider-core - <library>../fcgi//icespider-fcgi + <library>boost_system + <include>../fcgi : testFcgi ; lib test-api : |