]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/formulas/Jamfile.v2
Add patch for failing prerm scripts
[ceph.git] / ceph / src / boost / libs / geometry / test / formulas / Jamfile.v2
CommitLineData
b32b8144
FG
1# Boost.Geometry
2#
3# Copyright (c) 2016-2017, Oracle and/or its affiliates.
4#
5# Contributed and/or modified by Adam Wulkiewicz, 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
11test-suite boost-geometry-formulas
12 :
13 [ run inverse.cpp : : : : formulas_inverse ]
14 [ run direct.cpp : : : : formulas_direct ]
15 [ run intersection.cpp : : : : formulas_intersection ]
16 [ run vertex_longitude.cpp : : : : formulas_vertex_longitude ]
17 ;