Reorganised (some) usage tests so they can be included multiple times
8 files changed
tree: 6b660ace5c8da9f7992448ea27c6b1f13b5bca72
  1. .github/
  2. artwork/
  3. contrib/
  4. docs/
  5. examples/
  6. include/
  7. projects/
  8. scripts/
  9. single_include/
  10. test_package/
  11. third_party/
  12. .gitattributes
  13. .gitignore
  14. .travis.yml
  15. appveyor.yml
  16. catch.pc.in
  17. CMakeLists.txt
  18. CODE_OF_CONDUCT.md
  19. conanfile.py
  20. LICENSE.txt
  21. README.md
README.md

catch logo

Github Releases Build Status Build status 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 stands for C++ Automated Test Cases in a Header and 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