From 5b56157fcfb3424fe9a8d6441f1844176f11fb00 Mon Sep 17 00:00:00 2001 From: Vissarion Fysikopoulos Date: Mon, 13 Nov 2017 14:23:29 +0200 Subject: [PATCH] [tests] Activate pt-box box-box tests --- test/algorithms/distance/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/algorithms/distance/Jamfile.v2 b/test/algorithms/distance/Jamfile.v2 index 704cd3ad1..590b02d60 100644 --- a/test/algorithms/distance/Jamfile.v2 +++ b/test/algorithms/distance/Jamfile.v2 @@ -19,9 +19,9 @@ test-suite boost-geometry-algorithms-distance : [ run distance.cpp : : : : algorithms_distance ] [ run distance_areal_areal.cpp : : : : algorithms_distance_areal_areal ] - [ run distance_geo_pl_l.cpp : : : : algorithms_distance_geo_box_box ] + [ run distance_geo_box_box.cpp : : : : algorithms_distance_geo_box_box ] [ run distance_geo_pl_l.cpp : : : : algorithms_distance_geo_pl_l ] - [ run distance_geo_pl_l.cpp : : : : algorithms_distance_geo_point_box ] + [ run distance_geo_point_box.cpp : : : : algorithms_distance_geo_point_box ] [ run distance_linear_areal.cpp : : : : algorithms_distance_linear_areal ] [ run distance_linear_linear.cpp : : : : algorithms_distance_linear_linear ] [ run distance_pointlike_areal.cpp : : : : algorithms_distance_pointlike_areal ]