Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / test / extension / numeric / Jamfile
1 # Boost.GIL (Generic Image Library) - Numeric tests
2 #
3 # Copyright (c) 2013 Christian Henning
4 # Copyright (c) 2019 Mateusz Loskot <mateusz at loskot dot 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     : requirements
14     <library>/boost/test//boost_unit_test_framework
15     <link>shared:<define>BOOST_TEST_DYN_LINK=1
16     ;
17
18 alias headers : [ generate_self_contained_headers extension/numeric ] ;
19
20 run channel_numeric_operations.cpp ;
21 run convolve.cpp ;
22 run convolve_cols.cpp ;
23 run convolve_rows.cpp ;
24 run kernel.cpp ;
25 compile-fail kernel_1d_fixed_even_size_fail.cpp ;
26 run matrix3x2.cpp ;
27 run numeric.cpp ;
28 run pixel_numeric_operations.cpp ;
29 run convolve_2d.cpp ;