]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/test/core/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / gil / test / core / Jamfile
1 # Boost.GIL (Generic Image Library) - core tests
2 #
3 # Copyright (c) 2008 Lubomir Bourdev, Hailin Jin
4 # Copyright (c) 2018-2019 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
8 # copy at http://www.boost.org/LICENSE_1_0.txt)
9
10 import testing ;
11
12 project
13 :
14 requirements
15 <define>BOOST_GIL_USE_CONCEPT_CHECK=1
16 ;
17
18 alias headers_concepts : [ generate_self_contained_headers concepts ] ;
19 alias headers : [ generate_self_contained_headers : concepts extension io ] ;
20
21 build-project point ;
22 build-project channel ;
23 build-project color ;
24 build-project color_base ;
25 build-project pixel ;
26 build-project iterator ;
27 build-project locator ;
28 build-project image ;
29 build-project image_view ;
30 build-project algorithm ;
31 build-project image_processing ;
32
33 run promote_integral.cpp /boost/test//boost_unit_test_framework : : : <link>shared:<define>BOOST_TEST_DYN_LINK=1 ;