]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/formulas/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / geometry / test / formulas / Jamfile.v2
CommitLineData
b32b8144
FG
1# Boost.Geometry
2#
92f5a8d4 3# Copyright (c) 2016-2019, Oracle and/or its affiliates.
b32b8144 4#
92f5a8d4 5# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
b32b8144
FG
6# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
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-formulas
13 :
14 [ run inverse.cpp : : : : formulas_inverse ]
92f5a8d4 15 [ run inverse_karney.cpp : : : : formulas_inverse_karney ]
b32b8144 16 [ run direct.cpp : : : : formulas_direct ]
92f5a8d4
TL
17 [ run direct_accuracy.cpp : : : : formulas_direct_accuracy ]
18 [ run direct_meridian.cpp : : : : formulas_direct_meridian ]
b32b8144
FG
19 [ run intersection.cpp : : : : formulas_intersection ]
20 [ run vertex_longitude.cpp : : : : formulas_vertex_longitude ]
21 ;