commit | 1aa3e4abfa433f4ce67ed63af8c7d0664525e534 | [log] [tgz] |
---|---|---|
author | Ernst Maurer <[email protected]> | Tue Apr 11 17:51:02 2017 +0300 |
committer | Martin Hořeňovský <[email protected]> | Tue Apr 11 16:51:02 2017 +0200 |
tree | 230a486e6c235e5e770441f16799ff81b64b6cb9 | |
parent | e5c5a636a97d152851789343418bef559fd087ad [diff] |
Add CMake script to generate ctest definitions from Catch tests (#879) Added cmake script to parse the source files containing Catch's test and generate ctest definitions. It generates one ctest test per `TEST_CASE` and labels them, using the `TEST_CASE`'s tags. Closes #719.
The latest, single header, version can be downloaded directly using this link
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.
This documentation comprises these three parts: