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

Switch from Google Test to Catch2 #6575

Open
calcmogul opened this issue May 2, 2024 · 0 comments
Open

Switch from Google Test to Catch2 #6575

calcmogul opened this issue May 2, 2024 · 0 comments
Labels
build Monorepo organization, gradle/cmake, upstream_utils, etc type: fix Iterations on existing features or infrastructure.

Comments

@calcmogul
Copy link
Member

calcmogul commented May 2, 2024

Catch2 is a more modern testing framework that has the following benefits:

  • Easier printing of comparison types
  • Being able to use actual comparison operators instead of macros
  • Not having to work around weird macro expansion issues (e.g., curly brace init not allowed, parentheses required around template instantiations)
  • Having working static and dynamic libs
@calcmogul calcmogul added type: fix Iterations on existing features or infrastructure. build Monorepo organization, gradle/cmake, upstream_utils, etc labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Monorepo organization, gradle/cmake, upstream_utils, etc type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

No branches or pull requests

1 participant