]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/test/core/image/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / gil / test / core / image / 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 compile concepts.cpp ;
12
13 run image.cpp ;