Yuri D'Elia 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
..
.conan 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
.github 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
CMake 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
artwork 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
contrib 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
docs 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
examples 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
include 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
misc 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
projects 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
scripts 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
single_include 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
src 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
third_party 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
.clang-format 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
.gitattributes 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
.gitignore 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
.gitrepo 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
.travis.yml 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
BUILD.bazel 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
CMakeLists.txt 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
CODE_OF_CONDUCT.md 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
LICENSE.txt 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
README.md 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
WORKSPACE 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
appveyor.yml 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
codecov.yml 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ
conanfile.py 7f1bd0f046 cmake: Update Catch2 2 gadi atpakaļ

README.md

catch logo

Github Releases Build Status Build status codecov Try online

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

Catch2 is released!

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.

What's the Catch?

Catch2 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.

How to use it

This documentation comprises these three parts:

More