Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / geometry / test / strategies / Jamfile.v2
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 #
3 # Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
4 # Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
5 # Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
6 #
7 # This file was modified by Oracle on 2014, 2015, 2016, 2017.
8 # Modifications copyright (c) 2014-2017, Oracle and/or its affiliates.
9 #
10 # Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
11 # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
12 #
13 # Use, modification and distribution is subject to the Boost Software License,
14 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
15 # http://www.boost.org/LICENSE_1_0.txt)
16
17 test-suite boost-geometry-strategies
18     :
19     [ run andoyer.cpp                        : : : : strategies_andoyer ]
20     [ run cross_track.cpp                    : : : : strategies_cross_track ]
21     [ run crossings_multiply.cpp             : : : : strategies_crossings_multiply ]
22     [ run distance_default_result.cpp        : : : : strategies_distance_default_result ]
23     [ run douglas_peucker.cpp                : : : : strategies_douglas_peucker ]
24     [ run franklin.cpp                       : : : : strategies_franklin ]
25     [ run haversine.cpp                      : : : : strategies_haversine ]
26     [ run point_in_box.cpp                   : : : : strategies_point_in_box ]
27     [ run projected_point.cpp                : : : : strategies_projected_point ]
28     [ run projected_point_ax.cpp             : : : : strategies_projected_point_ax ]
29     [ run pythagoras.cpp                     : : : : strategies_pythagoras ]
30     [ run pythagoras_point_box.cpp           : : : : strategies_pythagoras_point_box ]
31     [ run segment_envelope.cpp               : : : : strategies_segment_envelope ]
32     [ run segment_intersection_collinear.cpp : : : : strategies_segment_intersection_collinear ]
33     [ run segment_intersection_geo.cpp       : : : : strategies_segment_intersection_geo ]
34     [ run segment_intersection_sph.cpp       : : : : strategies_segment_intersection_sph ]
35     [ run side_of_intersection.cpp           : : : : strategies_side_of_intersection ]
36     [ run spherical_side.cpp                 : : : : strategies_spherical_side ]
37     [ run thomas.cpp                         : : : : strategies_thomas ]
38     [ run transform_cs.cpp                   : : : : strategies_transform_cs ]
39     [ run transformer.cpp                    : : : : strategies_transformer ]
40     [ run vincenty.cpp                       : : : : strategies_vincenty ]
41     [ run winding.cpp                        : : : : strategies_winding ]
42     ;