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

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