Mateusz Łoskot 96db897fc5
Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
2020-03-08 23:50:18 +01:00

36 lines
2.0 KiB
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
#
# This file was modified by Oracle on 2014-2018.
# Modifications copyright (c) 2014-2018, Oracle and/or its affiliates.
#
# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
# 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)
test-suite boost-geometry-algorithms-distance
:
[ run distance.cpp : : : : algorithms_distance ]
[ run distance_ca_ar_ar.cpp : : : : algorithms_distance_ca_ar_ar ]
[ run distance_ca_l_ar.cpp : : : : algorithms_distance_ca_l_ar ]
[ run distance_ca_l_l.cpp : : : : algorithms_distance_ca_l_l ]
[ run distance_ca_pl_ar.cpp : : : : algorithms_distance_ca_pl_ar ]
[ run distance_ca_pl_l.cpp : : : : algorithms_distance_ca_pl_l ]
[ run distance_ca_pl_pl.cpp : : : : algorithms_distance_ca_pl_pl ]
[ run distance_se_geo_ar_ar.cpp : : : : algorithms_distance_se_geo_ar_ar ]
[ run distance_se_geo_l_ar.cpp : : : : algorithms_distance_se_geo_l_ar ]
[ run distance_se_geo_l_l.cpp : : : : algorithms_distance_se_geo_l_l ]
[ run distance_se_geo_pl_ar.cpp : : : : algorithms_distance_se_geo_pl_ar ]
[ run distance_geo_pl_l.cpp : : : : algorithms_distance_geo_pl_l ]
[ run distance_se_geo_pl_pl.cpp : : : : algorithms_distance_se_geo_pl_pl ]
[ run distance_se_pl_l.cpp : : : : algorithms_distance_se_pl_l ]
[ run distance_se_pl_pl.cpp : : : : algorithms_distance_se_pl_pl ]
;