diff --git a/test/algorithms/Jamfile.v2 b/test/algorithms/Jamfile.v2 index 3eb3246ca..374d535ad 100644 --- a/test/algorithms/Jamfile.v2 +++ b/test/algorithms/Jamfile.v2 @@ -13,6 +13,8 @@ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) +import testing ; + test-suite boost-geometry-algorithms : [ run append.cpp : : : msvc:/bigobj ] @@ -27,8 +29,8 @@ test-suite boost-geometry-algorithms [ run covered_by.cpp ] [ run crosses.cpp ] [ run difference.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE msvc:/bigobj ] - [ run difference_linear_linear.cpp ] - [ run difference_pl_pl.cpp ] + [ run difference_linear_linear.cpp /boost/test//boost_unit_test_framework ] + [ run difference_pl_pl.cpp /boost/test//boost_unit_test_framework ] [ run disjoint.cpp ] [ run distance.cpp : : : msvc:/bigobj ] [ run envelope.cpp ] @@ -36,8 +38,8 @@ test-suite boost-geometry-algorithms [ run expand.cpp ] [ run for_each.cpp ] [ run intersection.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE msvc:/bigobj ] - [ run intersection_linear_linear.cpp ] - [ run intersection_pl_pl.cpp ] + [ run intersection_linear_linear.cpp /boost/test//boost_unit_test_framework ] + [ run intersection_pl_pl.cpp /boost/test//boost_unit_test_framework ] [ run intersects.cpp ] [ run length.cpp ] [ run make.cpp ] @@ -48,12 +50,12 @@ test-suite boost-geometry-algorithms [ run remove_spikes.cpp ] [ run reverse.cpp ] [ run simplify.cpp ] - [ run sym_difference_linear_linear.cpp ] + [ run sym_difference_linear_linear.cpp /boost/test//boost_unit_test_framework ] [ run touches.cpp ] [ run transform.cpp ] [ run union.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ] - [ run union_linear_linear.cpp ] - [ run union_pl_pl.cpp ] + [ run union_linear_linear.cpp /boost/test//boost_unit_test_framework ] + [ run union_pl_pl.cpp /boost/test//boost_unit_test_framework ] [ run unique.cpp ] [ run within.cpp ] ;