Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / test / core / image_processing / Jamfile
1 # Boost.GIL (Generic Image Library) - tests
2 #
3 # Copyright 2019 Miral Shah <miralshah2211@gmail.com>
4 #
5 # Use, modification and distribution are subject to the Boost Software License,
6 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8 #
9 import testing ;
10
11 project
12     : requirements
13     <include>..
14     ;
15
16 compile-fail threshold_color_spaces_not_compatible_fail.cpp ;
17 run threshold_binary.cpp ;
18 run threshold_truncate.cpp ;
19 run threshold_otsu.cpp ;
20 run lanczos_scaling.cpp ;
21 run simple_kernels.cpp ;
22 run harris.cpp ;
23 run hessian.cpp ;
24 run sobel_scharr.cpp ;
25 run box_filter.cpp /boost/test//boost_unit_test_framework : : : <link>shared:<define>BOOST_TEST_DYN_LINK=1 ;
26 run median_filter.cpp /boost/test//boost_unit_test_framework : : : <link>shared:<define>BOOST_TEST_DYN_LINK=1 ;