# Boost.GIL (Generic Image Library) - Numeric tests # # Copyright (c) 2013 Christian Henning # Copyright (c) 2019 Mateusz Loskot # Copyright (c) 2021 Pranam Lashkari # # Distributed under 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) import testing ; alias headers : [ generate_self_contained_headers extension/numeric ] ; run matrix3x2.cpp ; run resample.cpp ;