android: Add libcatch2-upstream target

Same as libcatch2 but with -fexceptions and -frtti
(This is required for librxcpp-tests-upstream which also require both
exceptions and rtti to be enabled).
1 file changed
tree: 06bfca7ea287854585fcd42d4de6312badcdc98d
  1. .github/
  2. artwork/
  3. CMake/
  4. contrib/
  5. docs/
  6. examples/
  7. include/
  8. misc/
  9. projects/
  10. scripts/
  11. single_include/
  12. test_package/
  13. third_party/
  14. .gitattributes
  15. .gitignore
  16. .travis.yml
  17. Android.bp
  18. appveyor.yml
  19. catch.pc.in
  20. CMakeLists.txt
  21. CODE_OF_CONDUCT.md
  22. codecov.yml
  23. conanfile.py
  24. LICENSE.txt
  25. METADATA
  26. MODULE_LICENSE_BOOST
  27. README.md
README.md

catch logo

Github Releases Build Status Build status codecov 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