commit | 85de0727d402f1639420bb9d49052ecbeef4d4d8 | [log] [tgz] |
---|---|---|
author | Martin Moene <[email protected]> | Sun Nov 05 09:15:22 2017 +0100 |
committer | Martin Hořeňovský <[email protected]> | Wed Nov 15 15:37:39 2017 +0100 |
tree | 0bed575fde489866b6a358efab24647700699f6e | |
parent | 4ecb2e112e0565451c14fc42d63f438cb9ecb7dd [diff] |
Add examples subdirectory to CMake build; included if BUILD_EXAMPLES is true
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. You might also like to read this blog post for more details.
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: