Fixed compile benchmark script

Now it no longer attempts to enter a directory before creating it...
1 file changed
tree: 6ecc81c8a622b8c99a7eab9dbcf50a41ef6ac14f
  1. .github/
  2. docs/
  3. include/
  4. projects/
  5. scripts/
  6. single_include/
  7. .gitattributes
  8. .gitignore
  9. .travis.yml
  10. appveyor.yml
  11. catch-hand-icon.png
  12. catch-icon-tiny.png
  13. catch-logo-small.png
  14. CMakeLists.txt
  15. LICENSE_1_0.txt
  16. README.md
README.md

catch logo

v1.8.1

Build status (on Travis CI) Build Status

The latest, single header, version can be downloaded directly using this link

What's the Catch?

Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.

How to use it

This documentation comprises these three parts:

More