• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry (aka GGL, Generic Geometry Library)
2#
3# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
4# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
5# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
6# Copyright (c) 2015 Adam Wulkiewicz, Lodz, Poland.
7#
8# Use, modification and distribution is subject to the Boost Software License,
9# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10# http://www.boost.org/LICENSE_1_0.txt)
11
12test-suite boost-geometry-core
13    :
14    [ run access.cpp                : : : : core_access ]
15    [ run assert.cpp                : : : : core_assert ]
16    [ run coordinate_dimension.cpp  : : : : core_coordinate_dimension ]
17    [ run coordinate_system.cpp     : : : : core_coordinate_system ]
18    [ run coordinate_type.cpp       : : : : core_coordinate_type ]
19    [ run geometry_id.cpp           : : : : core_geometry_id ]
20    [ run point_type.cpp            : : : : core_point_type ]
21    [ run radian_access.cpp         : : : : core_radian_access ]
22    [ run radius.cpp                : : : : core_radius ]
23#    [ run reverse_dispatch.cpp      : : : : core_reverse_dispatch ]
24    [ run ring.cpp                  : : : : core_ring ]
25    [ run tag.cpp                   : : : : core_tag ]
26    [ run topological_dimension.cpp : : : : core_topological_dimension ]
27    ;
28
29# The reverse_dispatch somehow asks for UAC-control on MinGW...
30