]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/test/extension/io/bmp/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / gil / test / extension / io / bmp / Jamfile
1 # Boost.GIL (Generic Image Library) - IO tests
2 #
3 # Copyright (c) 2012 Christian Henning
4 # Copyright (c) 2017 Stefan Seefeld
5 # Copyright (c) 2012-2020 Mateusz Loskot <mateusz@loskot.net>
6 #
7 # Distributed under the Boost Software License, Version 1.0.
8 # (See accompanying file LICENSE_1_0.txt or
9 # copy at http://www.boost.org/LICENSE_1_0.txt)
10
11 import testing ;
12
13 # TODO: Download BMP test suite images and build with <define>BOOST_GIL_IO_USE_BMP_TEST_SUITE_IMAGES
14
15 project
16 : requirements
17 <library>/boost/filesystem//boost_filesystem
18 ;
19
20 run bmp_make.cpp ;
21
22 run bmp_test.cpp ;
23 run bmp_read_test.cpp ;
24 run bmp_write_test.cpp ;
25
26 run bmp_old_test.cpp ;