commit | a20b2869993dd5fff19fda588a413b1f31dd78ec | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <[email protected]> | Sun Nov 05 12:46:04 2017 +0100 |
committer | Martin Hořeňovský <[email protected]> | Tue Nov 07 11:24:18 2017 +0100 |
tree | 3bc4ec39f89a45bb6b197245489770a9194fabcf | |
parent | e28763ad05ace057e443b1e0003481222bc13a1c [diff] |
Improve travis.yml - Added new compilers and OS X images - Option to run SelfTest under Valgrind - Merge "Debug" and "Release" configurations into one run -- This saves apt setup and cmake download step per compiler, 60-90s - Fix C++14 compilation under Clang 3.8 and up
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2.
Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: