]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/algorithms/overlay/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / overlay / Jamfile.v2
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 #
3 # Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
4 # Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
5 # Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
6 #
7 # This file was modified by Oracle on 2014, 2015, 2016, 2017.
8 # Modifications copyright (c) 2014-2017 Oracle and/or its affiliates.
9 #
10 # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
11 #
12 # Use, modification and distribution is subject to the Boost Software License,
13 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
14 # http://www.boost.org/LICENSE_1_0.txt)
15
16 test-suite boost-geometry-algorithms-overlay
17 :
18 [ run assemble.cpp : : : : algorithms_assemble ]
19 [ run get_turn_info.cpp : : : : algorithms_get_turn_info ]
20 [ run get_turns.cpp : : : : algorithms_get_turns ]
21 [ run get_turns_areal_areal.cpp : : : : algorithms_get_turns_areal_areal ]
22 [ run get_turns_areal_areal_sph.cpp : : : : algorithms_get_turns_areal_areal_sph ]
23 [ run get_turns_linear_areal.cpp : : : : algorithms_get_turns_linear_areal ]
24 [ run get_turns_linear_areal_sph.cpp : : : : algorithms_get_turns_linear_areal_sph ]
25 [ run get_turns_linear_linear.cpp : : : : algorithms_get_turns_linear_linear ]
26 [ run get_turns_linear_linear_geo.cpp : : : : algorithms_get_turns_linear_linear_geo ]
27 [ run get_turns_linear_linear_sph.cpp : : : : algorithms_get_turns_linear_linear_sph ]
28 [ run overlay.cpp : : : : algorithms_overlay ]
29 [ run sort_by_side_basic.cpp : : : : algorithms_sort_by_side_basic ]
30 [ run sort_by_side.cpp : : : : algorithms_sort_by_side ]
31 #[ run handle_touch.cpp : : : : algorithms_handle_touch ]
32 [ run relative_order.cpp : : : : algorithms_relative_order ]
33 [ run select_rings.cpp : : : : algorithms_select_rings ]
34 [ run self_intersection_points.cpp : : : : algorithms_self_intersection_points ]
35 #[ run traverse.cpp : : : : algorithms_traverse ]
36 #[ run traverse_ccw.cpp : : : : algorithms_traverse_ccw ]
37 #[ run traverse_multi.cpp : : : : algorithms_traverse_multi ]
38 ;