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