Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / test / channel / Jamfile
1 # Boost.GIL (Generic Image Library) - tests
2 #
3 # Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # (See accompanying file LICENSE_1_0.txt or
7 # copy at http://www.boost.org/LICENSE_1_0.txt)
8
9 import testing ;
10
11 project
12     : requirements
13     <include>..
14     <library>/boost/test//boost_unit_test_framework
15     <link>shared:<define>BOOST_TEST_DYN_LINK=1
16     ;
17
18 compile concepts.cpp ;
19 run test_fixture.cpp ;
20 run is_integral.cpp ;
21 run channel_traits.cpp ;
22 run packed_channel_value.cpp ;
23 run scoped_channel_value.cpp ;
24 run algorithm_channel_arithmetic.cpp ;
25 run algorithm_channel_convert.cpp ;
26 run algorithm_channel_invert.cpp ;
27 run algorithm_channel_multiply.cpp ;
28 run algorithm_channel_relation.cpp ;