# Boost.Geometry
#
# Copyright (c) 2023 Barend Gehrels, Amsterdam, the Netherlands.

# 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-geometries-custom-non-copiable
    :
    [ run custom_ring.cpp                 : : : : cnc_ring ]
    [ run custom_polygon.cpp              : : : : cnc_polygon ]
    [ run custom_multi_polygon.cpp        : : : : cnc_multi_polygon ]
    [ run custom_linestring.cpp           : : : : cnc_linestring ]
    [ run custom_multi_linestring.cpp     : : : : cnc_multi_linestring ]
    [ run custom_different_geometries.cpp : : : : cnc_different_geometries ]
    ;
