]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/test/extension/toolbox/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / gil / test / extension / toolbox / Jamfile
1 # Boost.GIL (Generic Image Library) - Toolbox tests
2 #
3 # Copyright (c) 2012 Christian Henning
4 # Copyright (c) 2012 Mateusz Loskot <mateusz@loskot.net>
5 #
6 # Distributed under the Boost Software License, Version 1.0.
7 # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8
9 import testing ;
10
11 project
12 : requirements
13 <library>/boost/test//boost_unit_test_framework
14 <link>shared:<define>BOOST_TEST_DYN_LINK=1
15 ;
16
17 alias headers : [ generate_self_contained_headers extension/toolbox ] ;
18
19 run
20 test.cpp
21 channel_type.cpp
22 channel_view.cpp
23 cmyka.cpp
24 get_num_bits.cpp
25 get_pixel_type.cpp
26 gray_alpha.cpp
27 gray_to_rgba.cpp
28 hsl_hsv_test.cpp
29 indexed_image_test.cpp
30 is_bit_aligned.cpp
31 is_homogeneous.cpp
32 is_similar.cpp
33 lab_test.cpp
34 pixel_bit_size.cpp
35 rgb_to_luminance.cpp
36 # TODO: Add subchroma_image.cpp after fixing run-time failure,
37 # for details see https://github.com/boostorg/gil/pull/164
38 #subchroma_image.cpp
39 xyz_test.cpp
40 ;