commit | 72b72ca9379e7d6fa465efcdec67994a61778046 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Feb 22 17:04:36 2017 +0100 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Feb 22 17:04:36 2017 +0100 |
tree | ac6c7115c191c2142141c89e8193085e13ec66a7 | |
parent | a8a6b3159d84892edefd298dc2b6f40b859903f8 [diff] |
Fix C++11 dependency in TAP reporter
v1.7.2
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: