1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.conan Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.github Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CMake Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
artwork Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
contrib Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
docs Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
examples Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
include Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
misc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
projects Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
scripts Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
single_include/catch2 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
third_party Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitattributes Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.travis.yml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CMakeLists.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CODE_OF_CONDUCT.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LICENSE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LICENSE.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
METADATA Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MODULE_LICENSE_BOOST Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
NOTICE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
OWNERS Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
appveyor.yml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
codecov.yml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
conanfile.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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