]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/algorithms/area/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / area / Jamfile.v2
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 #
3 # Copyright (c) 2016 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-area
12 :
13 [ run area.cpp : : : : algorithms_area ]
14 [ run area_sph_geo.cpp : : : : algorithms_area_sph_geo ]
15 [ run area_geo.cpp : : : : algorithms_area_geo ]
16 [ run area_multi.cpp : : : : algorithms_area_multi ]
17 ;
18