1# Boost.GIL (Generic Image Library) - tests 2# 3# Copyright (c) 2019 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 bit_aligned_pixel_reference.cpp ; 12compile concepts.cpp ; 13compile is_pixel.cpp ; 14compile is_planar.cpp ; 15compile num_channels.cpp ; 16compile pixel_reference_is_mutable.cpp ; 17compile pixels_are_compatible.cpp ; 18 19run color_convert_cmyk.cpp ; 20run packed_pixel.cpp ; 21run test_fixture.cpp ; 22