]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/algorithms/length/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / length / Jamfile
CommitLineData
7c673cae
FG
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
11test-suite boost-geometry-algorithms-length
12 :
13 [ run length.cpp : : : : algorithms_length ]
14 [ run length_multi.cpp : : : : algorithms_length_multi ]
15 [ run length_sph.cpp : : : : algorithms_length_sph ]
16 [ run length_geo.cpp : : : : algorithms_length_geo ]
17 ;