]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/geometries/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / geometry / test / geometries / Jamfile.v2
CommitLineData
92f5a8d4 1# Boost.Geometry
7c673cae 2#
92f5a8d4
TL
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.
7c673cae
FG
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 segment.cpp : : : : geometries_segment ]
92f5a8d4 30 [ run infinite_line.cpp : : : : geometries_infinite_line ]
7c673cae 31 ;