]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/test/core/pixel/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / gil / test / core / pixel / Jamfile
1 # Boost.GIL (Generic Image Library) - tests
2 #
3 # Copyright (c) 2019 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 ;
15
16 compile bit_aligned_pixel_reference.cpp ;
17 compile concepts.cpp ;
18 compile is_pixel.cpp ;
19 compile is_planar.cpp ;
20 compile num_channels.cpp ;
21 compile packed_pixel.cpp ;
22 compile pixel_reference_is_mutable.cpp ;
23 compile pixels_are_compatible.cpp ;
24
25 run test_fixture.cpp /boost/test//boost_unit_test_framework : : : <link>shared:<define>BOOST_TEST_DYN_LINK=1 ;