31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
# Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
#
|
|
# Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
|
|
# Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
|
|
# Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
|
|
#
|
|
# This file was modified by Oracle on 2017, 2018.
|
|
# Modifications copyright (c) 2017-2018, 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)
|
|
|
|
# TODO: move project transformer test to strategies
|
|
test-suite boost-geometry-srs
|
|
:
|
|
[ run projection.cpp : : : : srs_projection ]
|
|
[ run projection_epsg.cpp : : : : srs_projection_epsg ]
|
|
[ run projection_interface_d.cpp : : : : srs_projection_interface_d ]
|
|
[ run projection_interface_p4.cpp : : : : srs_projection_interface_p4 ]
|
|
[ run projection_interface_s.cpp : : : : srs_projection_interface_s ]
|
|
[ run projection_selftest.cpp : : : : srs_projection_selftest ]
|
|
[ run projections.cpp : : : : srs_projections ]
|
|
[ run projections_combined.cpp : : : : srs_projections_combined ]
|
|
[ run projections_static.cpp : : : : srs_projections_static ]
|
|
[ compile spar.cpp : : srs_spar ]
|
|
[ run srs_transformer.cpp : : : : srs_srs_transformer ]
|
|
[ run transformation_interface.cpp : : : : srs_transformation_interface ]
|
|
;
|