Prusa-Firmware/lib/Catch2
Yuri D'Elia 7f1bd0f046 cmake: Update Catch2 2022-10-02 20:32:32 +02:00
..
.conan cmake: Update Catch2 2022-10-02 20:32:32 +02:00
.github cmake: Update Catch2 2022-10-02 20:32:32 +02:00
CMake cmake: Update Catch2 2022-10-02 20:32:32 +02:00
artwork cmake: Update Catch2 2022-10-02 20:32:32 +02:00
contrib cmake: Update Catch2 2022-10-02 20:32:32 +02:00
docs cmake: Update Catch2 2022-10-02 20:32:32 +02:00
examples cmake: Update Catch2 2022-10-02 20:32:32 +02:00
include cmake: Update Catch2 2022-10-02 20:32:32 +02:00
misc cmake: Update Catch2 2022-10-02 20:32:32 +02:00
projects cmake: Update Catch2 2022-10-02 20:32:32 +02:00
scripts cmake: Update Catch2 2022-10-02 20:32:32 +02:00
single_include/catch2 cmake: Update Catch2 2022-10-02 20:32:32 +02:00
src cmake: Update Catch2 2022-10-02 20:32:32 +02:00
third_party cmake: Update Catch2 2022-10-02 20:32:32 +02:00
.clang-format cmake: Update Catch2 2022-10-02 20:32:32 +02:00
.gitattributes cmake: Update Catch2 2022-10-02 20:32:32 +02:00
.gitignore cmake: Update Catch2 2022-10-02 20:32:32 +02:00
.gitrepo cmake: Update Catch2 2022-10-02 20:32:32 +02:00
.travis.yml cmake: Update Catch2 2022-10-02 20:32:32 +02:00
BUILD.bazel cmake: Update Catch2 2022-10-02 20:32:32 +02:00
CMakeLists.txt cmake: Update Catch2 2022-10-02 20:32:32 +02:00
CODE_OF_CONDUCT.md cmake: Update Catch2 2022-10-02 20:32:32 +02:00
LICENSE.txt cmake: Update Catch2 2022-10-02 20:32:32 +02:00
README.md cmake: Update Catch2 2022-10-02 20:32:32 +02:00
WORKSPACE cmake: Update Catch2 2022-10-02 20:32:32 +02:00
appveyor.yml cmake: Update Catch2 2022-10-02 20:32:32 +02:00
codecov.yml cmake: Update Catch2 2022-10-02 20:32:32 +02:00
conanfile.py cmake: Update Catch2 2022-10-02 20:32:32 +02:00

README.md

catch logo

Github Releases Build Status Build status codecov Try online Join the chat in Discord: https://discord.gg/4CWS9zD

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