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

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