2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-23 05:32:12 +00:00
Files
gil/test/core/pixel/Jamfile
Pranam Lashkari 87a3157c4b numeric extension move into core part 4
moved numeric/pixel_numeric_operations.hpp into core
2022-02-18 14:25:59 +05:30

25 lines
707 B
Plaintext

# 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 ;