commit | 544c7d7cbf66be41b2e213fd0c71a8b4dcb5323b | [log] [tgz] |
---|---|---|
author | Stephane Del Pino <[email protected]> | Thu Oct 18 01:19:36 2018 +0200 |
committer | Martin Hořeňovský <[email protected]> | Thu Oct 25 15:51:15 2018 +0200 |
tree | f3e1a412e84ec6050ea8108b82c46b36fbe30c45 | |
parent | 8b3c09c137b532ca1480d267ae9dc367b889a408 [diff] |
Add the optional variable OptionalCatchTestLauncher This variable is set to allow the use of the nice ParseAndAddCatchTests script in the case where a launcher is needed to execute the script. This is introduced to allow to launch unit tests using mpi. In this case one can write for instance set(OptionalCatchTestLauncher ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} ${NUMPROC}) before calling the ParseAndAddCatchTests function.
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: