2021-10-05 21:37:46 +02:00

18 lines
742 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2020 Oracle and/or its affiliates.
#
# Contributed and/or modified by Vissarion Fisikopoulos, on behalf of Oracle
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
test-suite boost-geometry-algorithms-convex_hull
:
[ run convex_hull.cpp : : : : algorithms_convex_hull ]
[ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ]
[ run convex_hull_robust.cpp : : : : algorithms_convex_hull_robust ]
[ run convex_hull_sph_geo.cpp : : : : algorithms_convex_hull_sph_geo ]
;