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

18 lines
718 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2016 Oracle and/or its affiliates.
#
# Contributed and/or modified by Vissarion Fisikopoulos, 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-length
:
[ run length.cpp : : : : algorithms_length ]
[ run length_multi.cpp : : : : algorithms_length_multi ]
[ run length_sph.cpp : : : : algorithms_length_sph ]
[ run length_geo.cpp : : : : algorithms_length_geo ]
;