# Boost.GIL (Generic Image Library) - tests
#
# Copyright (c) 2019 Mateusz Loskot <mateusz@loskot.net>
# Copyright (c) 2021 Pranam Lashkari <plashkari628@gmail.com>
#
# 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 ;

compile bit_aligned_pixel_reference.cpp ;
compile concepts.cpp ;
compile is_pixel.cpp ;
compile is_planar.cpp ;
compile num_channels.cpp ;
compile pixel_reference_is_mutable.cpp ;
compile pixels_are_compatible.cpp ;

run color_convert_cmyk.cpp ;
run packed_pixel.cpp ;
run test_fixture.cpp ;
run pixel_numeric_operations.cpp ;
run pixel_numeric_operations_float.cpp ;
