1# Boost.GIL (Generic Image Library) - core tests 2# 3# Copyright (c) 2008 Lubomir Bourdev, Hailin Jin 4# Copyright (c) 2018-2019 Mateusz Loskot <mateusz@loskot.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 10import testing ; 11 12project 13 : 14 requirements 15 <define>BOOST_GIL_USE_CONCEPT_CHECK=1 16 ; 17 18alias headers_concepts : [ generate_self_contained_headers concepts ] ; 19alias headers : [ generate_self_contained_headers : concepts extension io ] ; 20 21run promote_integral.cpp ; 22run test_fixture.cpp ; 23 24build-project point ; 25build-project channel ; 26build-project color ; 27build-project color_base ; 28build-project pixel ; 29build-project iterator ; 30build-project locator ; 31build-project image ; 32build-project image_view ; 33build-project algorithm ; 34build-project image_processing ; 35