• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry (aka GGL, Generic Geometry Library)
2#
3# Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
4# Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
5# Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
6#
7# This file was modified by Oracle on 2017, 2018, 2020.
8# Modifications copyright (c) 2017-2020, Oracle and/or its affiliates.
9# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
10#
11# Use, modification and distribution is subject to the Boost Software License,
12# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
13# http://www.boost.org/LICENSE_1_0.txt)
14
15# TODO: move project transformer test to strategies
16test-suite boost-geometry-srs
17    :
18    [ run projection.cpp                  : : : : srs_projection ]
19    [ run projection_epsg.cpp             : : : : srs_projection_epsg ]
20    [ run projection_interface_d.cpp      : : : : srs_projection_interface_d ]
21	[ run projection_interface_p4.cpp     : : : : srs_projection_interface_p4 ]
22	[ run projection_interface_s.cpp      : : : : srs_projection_interface_s ]
23    [ run projection_selftest.cpp         : : : : srs_projection_selftest ]
24    [ run projections.cpp                 : : : : srs_projections ]
25    [ run projections_combined.cpp        : : : : srs_projections_combined ]
26    [ run projections_static.cpp          : : : : srs_projections_static ]
27    [ compile spar.cpp                    : :     srs_spar ]
28    [ run srs_transformer.cpp             : : : : srs_srs_transformer ]
29	[ run transformation_epsg.cpp         : : : : srs_transformation_epsg ]
30    [ run transformation_interface.cpp    : : : : srs_transformation_interface ]
31    ;
32