commit | 6f012f2d1d7cc3e467ba41916acd0efc570a2ebd | [log] [tgz] |
---|---|---|
author | Benjamin R. Jack <[email protected]> | Mon May 01 11:17:57 2017 -0500 |
committer | Martin Hořeňovský <[email protected]> | Mon May 01 19:55:17 2017 +0200 |
tree | 53674673814fe0280786c6799dc91bb293a20caa | |
parent | 98e61c31dfee09337a77234443e10cf29778975a [diff] |
Added warning if source file cannot be found If source files are defined using relative paths, CMake will compile the tests, but this script will (sometimes) fail to find and parse the tests from the source files. I have added an explicit warning when ParseAndAddCatchTests fails to find a source file.
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: