a7800/3rdparty/catch
2020-03-23 00:09:47 -04:00
..
docs initial upload to github 2020-03-22 22:54:50 -04:00
include initial upload to github 2020-03-22 22:54:50 -04:00
projects initial upload to github 2020-03-22 22:54:50 -04:00
scripts initial upload to github 2020-03-22 22:54:50 -04:00
single_include initial upload to github 2020-03-22 22:54:50 -04:00
.gitattributes initial upload to github 2020-03-22 22:54:50 -04:00
.travis.yml initial upload to github 2020-03-22 22:54:50 -04:00
catch-logo-small.png initial upload to github 2020-03-22 22:54:50 -04:00
catch-logo-tiny.png initial upload to github 2020-03-22 22:54:50 -04:00
CMakeLists.txt initial upload to github 2020-03-22 22:54:50 -04:00
LICENSE_1_0.txt initial upload to github 2020-03-22 22:54:50 -04:00
README.md initial upload to github 2020-03-22 22:54:50 -04:00

catch logo

v1.7.0

Build status (on Travis CI) Build Status

The latest, single header, version can be downloaded directly using this link

What's the Catch?

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.

How to use it

This documentation comprises these three parts:

More