1# Boost.Geometry 2# 3# Copyright (c) 2007-2019 Barend Gehrels, Amsterdam, the Netherlands. 4# Copyright (c) 2008-2019 Bruno Lalande, Paris, France. 5# Copyright (c) 2009-2019 Mateusz Loskot, London, UK. 6# Copyright (c) 2014-2019 Adam Wulkiewicz, Lodz, Poland. 7 8# Use, modification and distribution is subject to the Boost Software License, 9# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10# http://www.boost.org/LICENSE_1_0.txt) 11 12test-suite boost-geometry-geometries 13 : 14 [ run adapted.cpp : : : : geometries_adapted ] 15 [ run boost_array_as_point.cpp : : : : geometries_boost_array_as_point ] 16 [ run boost_fusion.cpp : : : : geometries_boost_fusion ] 17 [ run boost_polygon.cpp : : : : geometries_boost_polygon ] 18 [ run boost_range.cpp : : : : geometries_boost_range ] 19 [ run boost_tuple.cpp : : : : geometries_boost_tuple ] 20 [ run box.cpp : : : : geometries_box ] 21 #[ compile-fail custom_linestring.cpp 22 # : # requirements 23 # <define>TEST_FAIL_CLEAR 24 # : # target name 25 # geometries_custom_linestring_test_fail_clear 26 #] 27 [ run custom_linestring.cpp : : : : geometries_custom_linestring ] 28 [ run initialization.cpp : : : : geometries_initialization ] 29 [ run linestring.cpp : : : : geometries_linestring ] 30 [ run multi_linestring.cpp : : : : geometries_multi_linestring ] 31 [ run multi_point.cpp : : : : geometries_multi_point ] 32 [ run multi_polygon.cpp : : : : geometries_multi_polygon ] 33 [ run point.cpp : : : : geometries_point ] 34 [ run point_xy.cpp : : : : geometries_point_xy ] 35 [ run point_xyz.cpp : : : : geometries_point_xyz ] 36 [ run polygon.cpp : : : : geometries_polygon ] 37 [ run ring.cpp : : : : geometries_ring ] 38 [ run segment.cpp : : : : geometries_segment ] 39 [ run infinite_line.cpp : : : : geometries_infinite_line ] 40 ; 41