# Boost.GIL (Generic Image Library) - tests
#
# Copyright 2022 Marco Langer <langer.m86 at gmail dot 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 ;

run copy_and_convert_pixels.cpp ;
run copy_pixels.cpp ;
run equal_pixels.cpp ;
run fill_pixels.cpp ;
run for_each_pixel.cpp ;
