mirror of
https://github.com/boostorg/gil.git
synced 2026-01-28 19:22:11 +00:00
Document maintenance rules of `test/legacy/` content. Motivation to move the `test/legacy/` is to: * clarify status of those tests * make it easier to run tests selectively * separate new/upcoming feature-specific tests from those all-in-one tests. Other changes: Rename `gil_test_common.hpp` to `unit_test.hpp` to make it clearer it acts as `boost/test/unit_test.hpp proxy`. Remove `<include>$(BOOST_ROOT)` from `Jamfile`-s as unnecessary.
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# Boost.GIL (Generic Image Library) - tests
|
|
#
|
|
# Copyright (c) 2018-2019 Mateusz Loskot <mateusz at loskot dot net>
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or
|
|
# copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import testing ;
|
|
|
|
run for_each_pixel.cpp ;
|
|
run std_fill.cpp ;
|