Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / test / image_view / Jamfile
1 # Boost.GIL (Generic Image Library) - tests
2 #
3 # Copyright (c) 2018 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 concepts.cpp ;
17 compile derived_view_type.cpp ;
18 compile dynamic_step.cpp ;
19 compile is_planar.cpp ;
20 compile view_is_basic.cpp ;
21 compile view_is_mutable.cpp ;
22 compile view_is_step.cpp ;
23 compile view_type.cpp ;
24 compile view_type_from_pixel.cpp ;
25
26 run collection.cpp ;