# Boost.Geometry Index # # Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. # # This file was modified by Oracle on 2021. # Modifications copyright (c) 2021 Oracle and/or its affiliates. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle # # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) import testing ; project boost-geometry-index-test : requirements . # libs/geometry/index/test ../../test # libs/geometry/test msvc:on msvc:/bigobj windows,intel:/bigobj /boost/timer//boost_timer ; test-suite boost-geometry-index-detail : [ run minmax_heap.cpp ] [ run varray_old.cpp ] [ run varray.cpp ] ; build-project algorithms ; build-project rtree ;