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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user