]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/index/test/algorithms/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / geometry / index / test / algorithms / Jamfile
1 # Boost.Geometry Index
2 #
3 # Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
4 #
5 # Use, modification and distribution is subject to the Boost Software License,
6 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9 test-suite boost-geometry-index-algorithms
10 :
11 [ run content.cpp ]
12 [ run intersection_content.cpp ] # this tests overlap() too
13 [ run is_valid.cpp ]
14 [ run margin.cpp ]
15 #[ run minmaxdist.cpp ]
16 [ run union_content.cpp ]
17 [ run segment_intersection.cpp ]
18 [ run path_intersection.cpp ]
19 ;
20