2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-24 05:52:13 +00:00

3 Commits

Author SHA1 Message Date
Mateusz Łoskot
8bd0959d3f Catch and report exceptions thrown from test/extension/io/bmp tests
Prevent ungraceful test program termination, with core dump.
Rename make.cpp to bmp_make.cpp.
2020-03-26 00:05:13 +01:00
Mateusz Łoskot
dbbdfd611e Always build test/extension/io/bmp tests for images hosted in source tree
Remove use of compile-time configuration macros
  - BOOST_GIL_IO_TEST_ALLOW_READING_IMAGES
  - BOOST_GIL_IO_TEST_ALLOW_WRITING_IMAGES

Narrow use of BOOST_GIL_IO_USE_BMP_TEST_SUITE_IMAGES macro.
2020-03-25 23:07:32 +01:00
Mateusz Łoskot
70ff5648d0 Replace Boost.Test with Boost.LightweightTest in test/extension/io (#464)
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 #459
Closes #461
2020-03-24 10:21:20 +01:00