]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/algorithms/closest_points/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / closest_points / Jamfile.v2
CommitLineData
1e59de90
TL
1# Boost.Geometry
2# Unit Test
3
4# Copyright (c) 2021, Oracle and/or its affiliates.
5
6# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
7
8# Licensed under the Boost Software License version 1.0.
9# http://www.boost.org/users/license.html
10
11test-suite boost-geometry-algorithms-closest_points
12 :
13 [ run ar_ar.cpp : : : : algorithms_closest_points_ar_ar ]
14 [ run l_ar.cpp : : : : algorithms_closest_points_l_ar ]
15 [ run l_l.cpp : : : : algorithms_closest_points_l_l ]
16 [ run pl_ar.cpp : : : : algorithms_closest_points_pl_ar ]
17 [ run pl_l.cpp : : : : algorithms_closest_points_pl_l ]
18 [ run pl_pl.cpp : : : : algorithms_closest_points_pl_pl ]
19 ;