Add TAP reporter

This is a hackish attempt to add a TAP reporter (see
philsquared/Catch#309 ) by following the TAP 12 specification
<http://testanything.org/tap-specification.html>. I'm unsure how well I
did in following the spec or with following good C++ guidelines.
Comments are appreciated.

Signed-off-by: Colton Wolkins (Ogre) <frostyfrog2@gmail.com>
1 file changed
tree: 034e318724dc081ac1d2f3ee6124422bb289971b
  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-logo-small.png
  12. catch-logo-tiny.png
  13. CMakeLists.txt
  14. LICENSE_1_0.txt
  15. README.md
README.md

catch logo

v1.7.2

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