diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/geometry/test/srs/Jamfile.v2 | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/geometry/test/srs/Jamfile.v2')
-rw-r--r-- | src/boost/libs/geometry/test/srs/Jamfile.v2 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/boost/libs/geometry/test/srs/Jamfile.v2 b/src/boost/libs/geometry/test/srs/Jamfile.v2 new file mode 100644 index 00000000..66245c4b --- /dev/null +++ b/src/boost/libs/geometry/test/srs/Jamfile.v2 @@ -0,0 +1,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 ] + ; |