Added NOMINMAX and WIN32_LEAN_AND_MEAN defines before including windows.h

This stops the `windows.h` header from defining `min` and `max` macros
and including lot of Windows APIs that are not needed by Catch.
4 files changed
tree: b0a11bd38012b44814182485383847d60d821a9f
  1. docs/
  2. include/
  3. projects/
  4. scripts/
  5. single_include/
  6. .gitattributes
  7. .gitignore
  8. .travis.yml
  9. catch-logo-small.png
  10. CMakeLists.txt
  11. LICENSE_1_0.txt
  12. README.md
README.md

catch logo

v1.5.9

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