2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-02 21:02:13 +00:00

Clean up BOOST_TEST_MODULE values for naming of test suites (#415)

Fix some Jamfile-s to not just `compile` some tests but also `run`, where applicable.
Remove redundant `project` definition from Jamfile-s.
This commit is contained in:
Mateusz Łoskot
2020-01-09 11:44:25 +01:00
committed by GitHub
parent 5f2011b23e
commit 79ad37f75a
58 changed files with 159 additions and 188 deletions

View File

@@ -5,12 +5,12 @@
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/gil/image_processing/threshold.hpp>
#include <boost/gil/image_view.hpp>
#include <boost/gil/algorithm.hpp>
#include <boost/gil/gray.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/gil/algorithm.hpp>
#include <boost/gil/image_view.hpp>
#include <boost/gil/image_processing/threshold.hpp>
#include <boost/core/lightweight_test.hpp>
namespace gil = boost::gil;