commit | 15150c7b4637638395e2be3da7c1e7949be9cbe7 | [log] [tgz] |
---|---|---|
author | Daniele E. Domenichelli <[email protected]> | Thu Mar 07 15:07:53 2019 +0100 |
committer | Martin Hořeňovský <[email protected]> | Wed Apr 10 10:50:13 2019 +0200 |
tree | dbf5b58bcc31c2b43fd871155ceca1b6a8d9bab5 | |
parent | 5ce355a38c54bbcd486e51ed6f6bb00c46c7540f [diff] |
ParseAndAddCatchTests: Set the ParseAndAddCatchTests_TESTS property After the script, the ParseAndAddCatchTests_TESTS property for the target, and for each source file in the target is set, and contains the list of the tests extracted from that target, or from that file. This is useful, for example to add further labels or properties to the tests.
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: