1# Boost.GIL (Generic Image Library) - tests 2# 3# Copyright (c) 2018-2020 Mateusz Loskot <mateusz@loskot.net> 4# 5# Distributed under the Boost Software License, Version 1.0. 6# (See accompanying file LICENSE_1_0.txt or 7# copy at http://www.boost.org/LICENSE_1_0.txt) 8 9import testing ; 10 11compile is_channel_integral.cpp ; 12 13run concepts.cpp ; 14run channel_traits.cpp ; 15run test_fixture.cpp ; 16run packed_channel_value.cpp ; 17run scoped_channel_value.cpp ; 18 19run algorithm_channel_arithmetic.cpp ; 20run algorithm_channel_convert.cpp ; 21run algorithm_channel_invert.cpp ; 22run algorithm_channel_multiply.cpp ; 23run algorithm_channel_relation.cpp ; 24