Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for Catch testing framework #53
Labels
Comments
|
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
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.