diff options
Diffstat (limited to 'icespider/unittests/Jamfile.jam')
-rw-r--r-- | icespider/unittests/Jamfile.jam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icespider/unittests/Jamfile.jam b/icespider/unittests/Jamfile.jam index 8dd497a..879d56a 100644 --- a/icespider/unittests/Jamfile.jam +++ b/icespider/unittests/Jamfile.jam @@ -149,3 +149,8 @@ lib test-api-lib : <include>. ; +run testFlatMap.cpp : : : + <library>boost_utf + <define>BOOST_TEST_DYN_LINK + <use>../core//icespider-core + ; |