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/ #459

Merged

Commits on Mar 21, 2020

  1. Replace Boost.Test with Boost.LightweightTest in test/

    Motivation is to:
    - use on simpler and light test framework,
    - eliminate dependency on libraries like Boost.MPL,
    - achieve faster compilation times for CI builds (20% seems feasible)
    - have test programs easy to run and debug
    - avoid macros
    
    Remove outdated FIXME-s for bugs that have been already fixed.
    Fix off-by-one bug in test/core/test_fixture.hpp generators.
    Minor corrections and tidying up.
    
    Add missing test assertions to numeric extension tests.
    Fixes boostorg#458
    mloskot committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    7b6a42f View commit details
    Browse the repository at this point in the history