1# Boost.GIL (Generic Image Library) - Numeric tests 2# 3# Copyright (c) 2013 Christian Henning 4# Copyright (c) 2019 Mateusz Loskot <mateusz at loskot dot net> 5# 6# Distributed under the Boost Software License, Version 1.0. 7# (See accompanying file LICENSE_1_0.txt or 8# copy at http://www.boost.org/LICENSE_1_0.txt) 9 10import testing ; 11 12alias headers : [ generate_self_contained_headers extension/numeric ] ; 13 14compile-fail kernel_1d_fixed_even_size_fail.cpp ; 15 16run channel_numeric_operations.cpp ; 17run convolve.cpp ; 18run convolve_2d.cpp ; 19run convolve_cols.cpp ; 20run convolve_rows.cpp ; 21run extend_boundary.cpp ; 22run kernel.cpp ; 23run kernel_fixed.cpp ; 24run matrix3x2.cpp ; 25run pixel_numeric_operations.cpp ; 26run pixel_numeric_operations_float.cpp ; 27run resample.cpp ; 28 29