boost/libs/gil/test/legacy
2022-12-15 23:45:23 +08:00
..
channel.cpp 源码提交 2022-12-15 23:45:23 +08:00
CMakeLists.txt 源码提交 2022-12-15 23:45:23 +08:00
error_if.cpp 源码提交 2022-12-15 23:45:23 +08:00
gil_reference_checksums.txt 源码提交 2022-12-15 23:45:23 +08:00
image.cpp 源码提交 2022-12-15 23:45:23 +08:00
Jamfile 源码提交 2022-12-15 23:45:23 +08:00
performance.cpp 源码提交 2022-12-15 23:45:23 +08:00
pixel_iterator.cpp 源码提交 2022-12-15 23:45:23 +08:00
pixel.cpp 源码提交 2022-12-15 23:45:23 +08:00
README.md 源码提交 2022-12-15 23:45:23 +08:00
recreate_image.cpp 源码提交 2022-12-15 23:45:23 +08:00
sample_image.cpp 源码提交 2022-12-15 23:45:23 +08:00

Boost.GIL Legacy Tests

These are GIL's original, comprehensive, all-in-one test suits.

Rules of maintenance:

  • Run the legacy tests as part of CI builds and regression tests.
  • Keep as reference.
  • Do NOT extend.
  • Do NOT refactor.
  • Modify ONLY if absolutely necessary (a bug found in the tests).

Add new test suites, with new test cases, even if their functional coverage is the same as of the legacy tests.

See CONTRIBUTING.md.