Remove spurious test following merge
1 file changed
tree: af7486abc9177550ed2333979e376199b8416bcc
  1. .github/
  2. contrib/
  3. docs/
  4. include/
  5. projects/
  6. scripts/
  7. single_include/
  8. test_package/
  9. third_party/
  10. .gitattributes
  11. .gitignore
  12. .travis.yml
  13. appveyor.yml
  14. catch-hand-icon.png
  15. catch-icon-tiny.png
  16. catch-logo-small.png
  17. catch.pc.in
  18. CMakeLists.txt
  19. CODE_OF_CONDUCT.md
  20. conanfile.py
  21. LICENSE.txt
  22. README.md
README.md

catch logo

Github Releases Build Status Build status

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.

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