• 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-concepts
13    :
14    [ run linestring_concept.cpp                                : : : : concepts_linestring_concept ]
15    [ compile point_array.cpp                                   : :     concepts_point_array ]
16    [ compile point_concept_checker.cpp                         : :     concepts_point_concept_checker ]
17    [ compile point_well_formed.cpp                             : :     concepts_point_well_formed ]
18    [ compile point_well_formed_non_cartesian.cpp               : :     concepts_point_well_formed_non_cartesian ]
19    [ compile point_well_formed_traits.cpp                      : :     concepts_point_well_formed_traits ]
20    [ compile-fail point_geographic_custom_with_wrong_units.cpp : :     concepts_point_geographic_custom_with_wrong_units ]
21    [ compile-fail point_geographic_with_wrong_units.cpp        : :     concepts_point_geographic_with_wrong_units ]
22    [ compile-fail point_spherical_custom_with_wrong_units.cpp  : :     concepts_point_spherical_custom_with_wrong_units ]
23    [ compile-fail point_spherical_with_wrong_units.cpp         : :     concepts_point_spherical_with_wrong_units ]
24    [ compile-fail point_with_incorrect_dimension.cpp           : :     concepts_point_with_incorrect_dimension ]
25    [ compile-fail point_without_coordinate_type.cpp            : :     concepts_point_without_coordinate_type ]
26    [ compile-fail point_without_dimension.cpp                  : :     concepts_point_without_dimension ]
27    [ compile-fail point_without_getter.cpp                     : :     concepts_point_without_getter ]
28    [ compile-fail point_without_setter.cpp                     : :     concepts_point_without_setter ]
29#    [ run polygon_concept.cpp                                   : : : : concepts_polygon_concept ]
30    ;
31