]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/cs_undefined/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / geometry / test / cs_undefined / Jamfile.v2
1 # Boost.Geometry
2 #
3 # Copyright (c) 2019, Oracle and/or its affiliates.
4 #
5 # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
6 #
7 # Licensed under the Boost Software License version 1.0.
8 # http://www.boost.org/LICENSE_1_0.txt)
9
10 test-suite boost-geometry-cs_undefined
11 :
12 [ compile distance.cpp : : csundef_distance ]
13 [ compile envelope_expand.cpp : : csundef_envelope_expand ]
14 [ compile index.cpp : : csundef_index ]
15 [ compile is.cpp : : csundef_is ]
16 [ compile measure.cpp : : csundef_measure ]
17 [ compile other.cpp : : csundef_other ]
18 [ compile relops1.cpp : : csundef_relops1 ]
19 [ compile relops2.cpp : : csundef_relops2 ]
20 [ compile setops.cpp : : csundef_setops ]
21 ;