1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-01 13:03:51 +00:00
faulda e273a3dc88 Fix grammar error in tutorial.md
It's = it is
In the sentence "In fact it is usually a good idea to put the block with the ```#define``` [in it's own source file](slow-compiles.md).", the correct usage is "its", not "it's".
2017-01-07 09:56:21 +01:00
2017-01-07 09:56:21 +01:00
2016-11-29 12:15:50 +00:00
2016-11-29 12:15:50 +00:00
2013-03-21 19:12:21 +00:00
2013-11-07 13:05:29 +01:00
2016-11-29 12:15:50 +00:00

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

Description
Catch2 testing framework
Readme 68 MiB