From 787a4071c5bc6cdfc39faf4be52a8d0850076282 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 16 Jan 2019 12:07:47 +0100 Subject: [PATCH] [test] Add new test to Jamfile --- test/algorithms/buffer/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/algorithms/buffer/Jamfile.v2 b/test/algorithms/buffer/Jamfile.v2 index 0aede196c..d4278cbc8 100644 --- a/test/algorithms/buffer/Jamfile.v2 +++ b/test/algorithms/buffer/Jamfile.v2 @@ -1,6 +1,6 @@ # Boost.Geometry (aka GGL, Generic Geometry Library) # -# Copyright (c) 2011-2013 Barend Gehrels, Amsterdam, the Netherlands. +# Copyright (c) 2011-2019 Barend Gehrels, Amsterdam, the Netherlands. # # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at @@ -17,6 +17,7 @@ test-suite boost-geometry-algorithms-buffer [ run buffer.cpp : : : : algorithms_buffer ] [ run buffer_with_strategies.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_with_strategies ] [ run buffer_point.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_point ] + [ run buffer_point_geo.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_point_geo ] [ run buffer_linestring.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_linestring ] [ run buffer_ring.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_ring ] [ run buffer_polygon.cpp : : : BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE : algorithms_buffer_polygon ]