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

26 lines
730 B
Plaintext

# Boost.GIL (Generic Image Library) - tests
#
# Copyright (c) 2018-2020 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 is_channel_integral.cpp ;
run concepts.cpp ;
run channel_traits.cpp ;
run test_fixture.cpp ;
run packed_channel_value.cpp ;
run scoped_channel_value.cpp ;
run channel_numeric_operations.cpp ;
run algorithm_channel_arithmetic.cpp ;
run algorithm_channel_convert.cpp ;
run algorithm_channel_invert.cpp ;
run algorithm_channel_multiply.cpp ;
run algorithm_channel_relation.cpp ;