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

Add support for Catch testing framework #53

Open
ktbarrett opened this issue Aug 25, 2020 · 1 comment
Open

Add support for Catch testing framework #53

ktbarrett opened this issue Aug 25, 2020 · 1 comment

Comments

@ktbarrett
Copy link

@ktbarrett ktbarrett commented Aug 25, 2020

Catch is a very popular unit testing library. Is it possible support may be added? Catch test executables support listing all test names; filtering tests; outputing in an easily parsable format (JUnit). Just following what the Google Test support is doing, it seems to support everything necessary.

@nicoddemus
Copy link
Member

@nicoddemus nicoddemus commented Aug 25, 2020

Hi @ktbarrett,

Support for Catch is certainly possible, and should be similar to the support we have for Boost.Test and Google Test.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.