]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/index/test/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / index / test / Jamfile
1 # Boost.Geometry Index
2 #
3 # Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
4 #
5 # This file was modified by Oracle on 2021.
6 # Modifications copyright (c) 2021 Oracle and/or its affiliates.
7 # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
8 #
9 # Use, modification and distribution is subject to the Boost Software License,
10 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
11 # http://www.boost.org/LICENSE_1_0.txt)
12
13 import testing ;
14
15 project boost-geometry-index-test
16 :
17 requirements
18 <include>. # libs/geometry/index/test
19 <include>../../test # libs/geometry/test
20 <toolset>msvc:<asynch-exceptions>on
21 <toolset>msvc:<cxxflags>/bigobj
22 <host-os>windows,<toolset>intel:<cxxflags>/bigobj
23 <library>/boost/timer//boost_timer
24 ;
25
26 test-suite boost-geometry-index-detail
27 :
28 [ run minmax_heap.cpp ]
29 [ run varray_old.cpp ]
30 [ run varray.cpp ]
31 ;
32
33 build-project algorithms ;
34 build-project rtree ;