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

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