android13/external/catch2
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.conan initial 2024-06-22 20:45:49 +08:00
.github initial 2024-06-22 20:45:49 +08:00
CMake initial 2024-06-22 20:45:49 +08:00
artwork initial 2024-06-22 20:45:49 +08:00
contrib initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
misc initial 2024-06-22 20:45:49 +08:00
projects initial 2024-06-22 20:45:49 +08:00
scripts initial 2024-06-22 20:45:49 +08:00
single_include/catch2 initial 2024-06-22 20:45:49 +08:00
third_party initial 2024-06-22 20:45:49 +08:00
.gitattributes initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
CODE_OF_CONDUCT.md initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
LICENSE.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BOOST initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
appveyor.yml initial 2024-06-22 20:45:49 +08:00
codecov.yml initial 2024-06-22 20:45:49 +08:00
conanfile.py initial 2024-06-22 20:45:49 +08: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