• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry Index
2#
3# Copyright (c) 2011-2016 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
9build-project exceptions ;
10build-project interprocess ;
11build-project generated ;
12
13test-suite boost-geometry-index-rtree
14    :
15    [ run rtree_contains_point.cpp ]
16    [ run rtree_epsilon.cpp ]
17    [ run rtree_insert_remove.cpp ]
18    [ run rtree_intersects_geom.cpp ]
19    [ run rtree_move_pack.cpp ]
20    [ run rtree_non_cartesian.cpp ]
21    [ run rtree_values.cpp ]
22    [ compile-fail rtree_values_invalid.cpp ]
23    ;
24