]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/test/srs/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / geometry / test / srs / Jamfile
CommitLineData
11fdf7f2
TL
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#
f67539c2
TL
7# This file was modified by Oracle on 2017, 2018, 2020.
8# Modifications copyright (c) 2017-2020, Oracle and/or its affiliates.
11fdf7f2
TL
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 :
11fdf7f2
TL
18 [ run projection.cpp : : : : srs_projection ]
19 [ run projection_epsg.cpp : : : : srs_projection_epsg ]
92f5a8d4
TL
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 ]
11fdf7f2
TL
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 ]
92f5a8d4 27 [ compile spar.cpp : : srs_spar ]
11fdf7f2 28 [ run srs_transformer.cpp : : : : srs_srs_transformer ]
f67539c2 29 [ run transformation_epsg.cpp : : : : srs_transformation_epsg ]
11fdf7f2
TL
30 [ run transformation_interface.cpp : : : : srs_transformation_interface ]
31 ;