diff --git a/index/test/Jamfile b/index/test/Jamfile index 4c5eb4490..f403633dc 100644 --- a/index/test/Jamfile +++ b/index/test/Jamfile @@ -21,7 +21,7 @@ project boost-geometry-index-test msvc:/bigobj windows,intel:/bigobj /boost/timer//boost_timer - /boost/test//boost_test + /boost/test//included ; test-suite boost-geometry-index-detail diff --git a/test/Jamfile b/test/Jamfile index 64cd1de54..91615f791 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -24,7 +24,7 @@ project boost-geometry-test clang:-Wno-unneeded-internal-declaration # supress warning by Boost.None intel:BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE windows,intel:/bigobj - /boost/test//boost_test + /boost/test//included /boost/foreach//boost_foreach /boost/assign//boost_assign ;