From 14df2155d21cf0fa78dc8214d96c74089d4bd1d0 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Wed, 16 Apr 2014 12:51:07 +0300 Subject: [PATCH] [test][set ops] remove linking dependency with Boost.Test for P/P and L/L unit tests for union --- test/algorithms/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/algorithms/Jamfile.v2 b/test/algorithms/Jamfile.v2 index 3ccf0a03a..370c165cd 100644 --- a/test/algorithms/Jamfile.v2 +++ b/test/algorithms/Jamfile.v2 @@ -52,8 +52,8 @@ test-suite boost-geometry-algorithms [ run touches.cpp ] [ run transform.cpp ] [ run union.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE ] - [ run union_linear_linear.cpp /boost/test//boost_unit_test_framework ] - [ run union_pl_pl.cpp /boost/test//boost_unit_test_framework ] + [ run union_linear_linear.cpp ] + [ run union_pl_pl.cpp ] [ run unique.cpp ] [ run within.cpp : : : msvc:/bigobj ] ;