diff --git a/index/test/Jamfile.v2 b/index/test/Jamfile.v2 index e00309554..779af857f 100644 --- a/index/test/Jamfile.v2 +++ b/index/test/Jamfile.v2 @@ -17,7 +17,7 @@ project boost-geometry-index-test msvc:on ; -test-suite geometry/index +test-suite boost-geometry-index : [ run varray.cpp ] ; diff --git a/index/test/algorithms/Jamfile.v2 b/index/test/algorithms/Jamfile.v2 index c22d04c32..fb92b276e 100644 --- a/index/test/algorithms/Jamfile.v2 +++ b/index/test/algorithms/Jamfile.v2 @@ -6,7 +6,7 @@ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -test-suite geometry/index/algorithms +test-suite boost-geometry-index-algorithms : [ run content.cpp ] [ run intersection_content.cpp ] # this tests overlap() too