# 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-perimeter
    :
    [ run perimeter.cpp                  : : : : algorithms_perimeter ]
    [ run perimeter_base.cpp             : : : : algorithms_perimeter_base ]
    [ run perimeter_multi.cpp            : : : : algorithms_perimeter_multi ]
    [ run perimeter_geo.cpp              : : : : algorithms_perimeter_geo ]
    [ run perimeter_sph.cpp              : : : : algorithms_perimeter_sph ]
    ;
