]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/algorithms/convex_hull/Jamfile
41c679c0a154225bfcdf0f85b76fa50d5c21f30c
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / convex_hull / Jamfile
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 #
3 # Copyright (c) 2020 Oracle and/or its affiliates.
4 #
5 # Contributed and/or modified by Vissarion Fisikopoulos, on behalf of Oracle
6 #
7 # Use, modification and distribution is subject to the Boost Software License,
8 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9 # http://www.boost.org/LICENSE_1_0.txt)
10
11 test-suite boost-geometry-algorithms-convex_hull
12 :
13 [ run convex_hull.cpp : : : : algorithms_convex_hull ]
14 [ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ]
15 [ run convex_hull_robust.cpp : : : : algorithms_convex_hull_robust ]
16 [ run convex_hull_sph_geo.cpp : : : : algorithms_convex_hull_sph_geo ]
17 [ run convex_hull.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_alternative ]
18 [ run convex_hull_multi.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_multi_alternative ]
19 [ run convex_hull_robust.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_robust_alternative ]
20 [ run convex_hull_sph_geo.cpp : : : <define>BOOST_GEOMETRY_ROBUSTNESS_ALTERNATIVE : algorithms_convex_hull_sph_geo_alternative ]
21 ;