Skip to content
Snippets Groups Projects

Make Catch2 based test compatible with Catch2 v3

Merged Marco Clemencic requested to merge support-catch-v3 into master
All threads resolved!

For simplicity I implemented the forward/backward compatibility using __has_include which was introduced C++17, but we only support C++14 via gcc8 which knows __has_include, so I would not spend more time on this as, at some point, we should drop support for C++14 and Catch2 v2.

Closes #252 (closed)

Merge request reports

Pipeline #4882447 passed

Pipeline passed for d77132d6 on support-catch-v3

Approved by

Merged by Marco ClemencicMarco Clemencic 2 years ago (Jan 6, 2023 11:44am UTC)

Merge details

Pipeline #4964242 passed

Pipeline passed for db183448 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Marco Clemencic approved this merge request

    approved this merge request

  • Marco Clemencic resolved all threads

    resolved all threads

  • Marco Clemencic mentioned in commit db183448

    mentioned in commit db183448

  • Please register or sign in to reply
    Loading