Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Boost.Test with Boost.LightweightTest in test/extension/io #461

Closed
mloskot opened this issue Mar 21, 2020 · 0 comments · Fixed by #464
Closed

Replace Boost.Test with Boost.LightweightTest in test/extension/io #461

mloskot opened this issue Mar 21, 2020 · 0 comments · Fixed by #464
Assignees
Labels
cat/enhancement Improvements, but not fixes addressing identified bugs cat/refactoring Any nonfunctional changes test New tests development or missing tests issues, no new functionality
Milestone

Comments

@mloskot
Copy link
Member

mloskot commented Mar 21, 2020

This task is continuation of #459 but in test/extension/io

  • Move test sources to format-specific directories (e.g. test/extension/io/jpeg_*.cpp to test/extension/io/jpeg/*.cpp)
  • Refactor each .cpp file as separate test with main using Boost.LT
  • Restructure targets in Jamfile and CMakeLists.txt files to catch up with the new folders layout
@mloskot mloskot added cat/enhancement Improvements, but not fixes addressing identified bugs cat/refactoring Any nonfunctional changes status/work-in-progress Do NOT merge yet until this label has been removed! test New tests development or missing tests issues, no new functionality labels Mar 21, 2020
@mloskot mloskot self-assigned this Mar 21, 2020
mloskot added a commit to mloskot/gil that referenced this issue Mar 22, 2020
Move test sources to format-specific directories.
Add missing `#include`-s with standard library headers.
Minor corrections and tidying up.

Continues boostorg#459
Closes boostorg#461
mloskot added a commit to mloskot/gil that referenced this issue Mar 22, 2020
Move test sources to format-specific directories.
Add missing `#include`-s with standard library headers.
Minor corrections and tidying up.

Continues boostorg#459
Closes boostorg#461
mloskot added a commit to mloskot/gil that referenced this issue Mar 22, 2020
Move test sources to format-specific directories.
Add missing `#include`-s with standard library headers.
Minor corrections and tidying up.

Continues boostorg#459
Closes boostorg#461
mloskot added a commit to mloskot/gil that referenced this issue Mar 22, 2020
Move test sources to format-specific directories.
Add missing `#include`-s with standard library headers.
Minor corrections and tidying up.

Continues boostorg#459
Closes boostorg#461
mloskot added a commit to mloskot/gil that referenced this issue Mar 23, 2020
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 mloskot added this to the Boost 1.73 milestone Mar 23, 2020
mloskot added a commit to mloskot/gil that referenced this issue Mar 23, 2020
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 a commit that referenced this issue Mar 24, 2020
)

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
@mloskot mloskot removed the status/work-in-progress Do NOT merge yet until this label has been removed! label Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/enhancement Improvements, but not fixes addressing identified bugs cat/refactoring Any nonfunctional changes test New tests development or missing tests issues, no new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant