]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/index/test/Jamfile
import quincy beta 17.1.0
[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 # 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 import testing ;
10
11 project boost-geometry-index-test
12 :
13 requirements
14 <include>. # libs/geometry/index/test
15 <include>../../test # libs/geometry/test
16 <toolset>msvc:<asynch-exceptions>on
17 <toolset>msvc:<cxxflags>/bigobj
18 <host-os>windows,<toolset>intel:<cxxflags>/bigobj
19 <define>BOOST_NO_AUTO_PTR # disable the deprecated std::auto_ptr support in SmartPtr and Core
20 <library>/boost/timer//boost_timer
21 ;
22
23 test-suite boost-geometry-index-varray
24 :
25 [ run varray_old.cpp ]
26 [ run varray.cpp ]
27 ;
28
29 build-project algorithms ;
30 build-project rtree ;