summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/geometry/test/srs/Jamfile.v2
blob: 66245c4b807848e830210662b4274117d1f8823c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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 ]
    ;