Files
2022-12-15 23:45:23 +08:00

29 lines
765 B
Plaintext

# Boost.GIL (Generic Image Library) - tests
#
# Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
#
# 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 ;
project
: requirements
<include>..
<library>/boost/test//boost_unit_test_framework
<link>shared:<define>BOOST_TEST_DYN_LINK=1
;
compile concepts.cpp ;
run test_fixture.cpp ;
run is_integral.cpp ;
run channel_traits.cpp ;
run packed_channel_value.cpp ;
run scoped_channel_value.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 ;