commit | 557e47c3ca4b83a38ffd275b6f808cf49c9c2bef | [log] [tgz] |
---|---|---|
author | Daniele E. Domenichelli <[email protected]> | Wed Nov 21 09:04:00 2018 +0100 |
committer | Daniele E. Domenichelli <[email protected]> | Wed Nov 21 09:22:17 2018 +0100 |
tree | 4ef56cd262ca0783dafdf9681ab33ccf64373da9 | |
parent | 62460fafe6b54c3173bc5cbc46d05a5f071017ff [diff] |
ParseAndAddCatchTests: Add PARSE_CATCH_TESTS_HIDDEN_TESTS_DISABLED option If this option is enabled and PARSE_CATCH_TESTS_NO_HIDDEN_TESTS option is disabled, the test is be added, but the DISABLED property is set, therefore CTest shows it as "Not Run (Disabled)" instead of "Passed"
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: