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

Draft: Feat/catch2 compat #169

Closed
wants to merge 4 commits into from

Commits on Jul 2, 2024

  1. add section event for reporters

    Catch2 has a section enter and exit event. This allows for finer resolution
    display of test failures in IDEs and CI dashboards without giving up the
    benefits of using sections.
    CrustyAuklet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    72cf503 View commit details
    Browse the repository at this point in the history
  2. update approval tests

    CrustyAuklet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4c1f43a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bfe6a7 View commit details
    Browse the repository at this point in the history
  4. Don't use chrono in snitch headers

    As suggested in code review, don't include chrono in the snitch headers
    since this increases compile times. Use a basic integral representation
    type and then convert back and forth to chrono types in the source files
    when actually reading clocks or calculating times.
    CrustyAuklet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5f5afc6 View commit details
    Browse the repository at this point in the history