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

Test migration to Catch 3.x #185

Open
offa opened this issue Oct 24, 2022 · 0 comments
Open

Test migration to Catch 3.x #185

offa opened this issue Oct 24, 2022 · 0 comments

Comments

@offa
Copy link
Collaborator

offa commented Oct 24, 2022

How about migrating tests to Catch 3.x, the latest version?

v3 is the next major version of Catch2 and brings three significant changes:

  • Catch2 is now split into multiple headers
  • Catch2 is now compiled as a static library
  • C++14 is the minimum required C++ version

https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md

Since it's no longer header-only we need some other way to consume it though. Eg. using Conan and/or as precondition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant