Replace Boost.Test with Boost.LightweightTest in test/extension/io by mloskot · Pull Request #464 · boostorg/gil

@mloskot

Move test sources to format-specific directories.
Add FIXME and TODO comments about issues discovered while building the format-specific tests.
Add missing `#include`-s with standard library headers.
Apply minor corrections and tidying up.

Continues boostorg#459
Closes boostorg#461

@mloskot added cat/enhancement

Improvements, but not fixes addressing identified bugs

ext/io

boost/gil/extension/io/

cat/refactoring

Any nonfunctional changes

test

New tests development or missing tests issues, no new functionality

labels

Mar 23, 2020

@mloskot mloskot deleted the ml/replace-boost-test-with-boost-lt-in-io branch

March 24, 2020 09:21

mloskot added a commit to mloskot/gil that referenced this pull request

Mar 24, 2020

mloskot added a commit to mloskot/gil that referenced this pull request

Mar 24, 2020

mloskot added a commit that referenced this pull request

Mar 24, 2020

mloskot added a commit to mloskot/gil that referenced this pull request

Mar 30, 2020
* origin/develop: (70 commits)
  Always build test/extension/io/targa tests for images hosted in source tree
  Simplify test/extension/io/CMakeLists.txt
  Remove detailed C++/compiler/test matrix from README.md
  Add utilities to make some basic types printable for BOOST_TEST_EQ [ci skip]
  Update release notes   [ci skip]
  Update release notes [ci skip]
  Add good-enough .clang-format to example/clang-format/
  Catch and report exceptions thrown from test/extension//simple test
  Fix initialization order of scanline_read_iterator members (-Wreorder)
  Remove compile-time configuration macros from Jamfile
  Catch and report exceptions thrown from test/extension/io/bmp tests
  Always build test/extension/io/bmp//make for images hosted in source tree
  Always build test/extension/io/bmp tests for images hosted in source tree
  Always build test/extension/io//simple if format libraries are available (boostorg#467)
  Clean up CI and CMake from Boost.Test and Boost.System remains (boostorg#465)
  Removed extension/dynamic_image/reduce.hpp as unused (boostorg#466)
  Replace Boost.Test with Boost.LightweightTest in test/extension/io (boostorg#464)
  Fix -Wunused-variable warning
  AzP: Switch to MacOS 10.14  [skip appveyor]
  Replace Boost.Test with Boost.LightweightTest in test/ (boostorg#459)
  ...