]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/srs/Jamfile.v2
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / geometry / test / srs / Jamfile.v2
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.
8 # Modifications copyright (c) 2017-2018, 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
16 test-suite boost-geometry-srs
17 :
18 [ compile par4.cpp : : srs_par4 ]
19 [ run projection.cpp : : : : srs_projection ]
20 [ run projection_epsg.cpp : : : : srs_projection_epsg ]
21 [ run projection_interface.cpp : : : : srs_projection_interface ]
22 [ run projection_selftest.cpp : : : : srs_projection_selftest ]
23 [ run projections.cpp : : : : srs_projections ]
24 [ run projections_combined.cpp : : : : srs_projections_combined ]
25 [ run projections_static.cpp : : : : srs_projections_static ]
26 [ run srs_transformer.cpp : : : : srs_srs_transformer ]
27 [ run transformation_interface.cpp : : : : srs_transformation_interface ]
28 ;