From cf6bd1de97838316e1c4c70a2e087eb5b0f45d17 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Wed, 24 Apr 2013 13:51:53 +0000 Subject: [PATCH] geometry.index test: names of test-suites names changed to the older ones in order to be consistent with the rest of Boost.Geometry. [SVN r84036] --- index/test/Jamfile.v2 | 2 +- index/test/algorithms/Jamfile.v2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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