• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry (aka GGL, Generic Geometry Library)
2#
3# Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
4# Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
5# Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
6#
7# This file was modified by Oracle on 2014-2018.
8# Modifications copyright (c) 2014-2018, Oracle and/or its affiliates.
9#
10# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
11# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
12# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
13#
14# Use, modification and distribution is subject to the Boost Software License,
15# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
16# http://www.boost.org/LICENSE_1_0.txt)
17
18test-suite boost-geometry-algorithms-distance
19    :
20    [ run distance.cpp                     : : : : algorithms_distance ]
21    [ run distance_ca_ar_ar.cpp            : : : : algorithms_distance_ca_ar_ar ]
22    [ run distance_ca_l_ar.cpp             : : : : algorithms_distance_ca_l_ar ]
23    [ run distance_ca_l_l.cpp              : : : : algorithms_distance_ca_l_l ]
24    [ run distance_ca_pl_ar.cpp            : : : : algorithms_distance_ca_pl_ar ]
25    [ run distance_ca_pl_l.cpp             : : : : algorithms_distance_ca_pl_l ]
26    [ run distance_ca_pl_pl.cpp            : : : : algorithms_distance_ca_pl_pl ]
27    [ run distance_se_geo_ar_ar.cpp           : : : : algorithms_distance_se_geo_ar_ar ]
28    [ run distance_se_geo_l_ar.cpp            : : : : algorithms_distance_se_geo_l_ar ]
29    [ run distance_se_geo_l_l.cpp             : : : : algorithms_distance_se_geo_l_l ]
30    [ run distance_se_geo_pl_ar.cpp           : : : : algorithms_distance_se_geo_pl_ar ]
31    [ run distance_geo_pl_l.cpp            : : : : algorithms_distance_geo_pl_l ]
32    [ run distance_se_geo_pl_pl.cpp           : : : : algorithms_distance_se_geo_pl_pl ]
33    [ run distance_se_pl_l.cpp             : : : : algorithms_distance_se_pl_l ]
34    [ run distance_se_pl_pl.cpp            : : : : algorithms_distance_se_pl_pl ]
35    ;
36