commit | 3ed544106777af0d96b9190468b0823f9d481d0e | [log] [tgz] |
---|---|---|
author | NeroBurner <[email protected]> | Thu Jan 10 14:47:19 2019 +0100 |
committer | Martin Hořeňovský <[email protected]> | Thu Jan 10 20:09:00 2019 +0100 |
tree | ca7e9ee04bf2037ee9f9f4f487b7e7ce789dc159 | |
parent | bdee512057fd896025bde6dcd2b837de522161a1 [diff] |
fix ctest output with space before name When PARSE_CATCH_TESTS_ADD_TARGET_IN_TEST_NAME is enabled the cmake helper script fails to extract the testcase name if a whitespace is before the name string. Use regex to consider and remove this whitespace. fix by Mike-Devel fixes: https://github.com/catchorg/Catch2/issues/1493
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: