commit | 8014bf1124192d327a7358ed2f14234a172a5049 | [log] [tgz] |
---|---|---|
author | Ernst Maurer <[email protected]> | Sun Apr 23 00:08:48 2017 +0300 |
committer | Martin Hořeňovský <[email protected]> | Mon Apr 24 13:33:04 2017 +0200 |
tree | d50a182c4ae133f85c20657d75717575d4631b50 | |
parent | 49d87cf1822c7a27aa8e9e9ca5b779b055a42546 [diff] |
cmake script to generate ctest definitions from catch tests: fix for test case body bracket
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: