A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Go to file
Phil Nash 53f128fac5 Ignore DerivedData 2013-06-26 08:49:57 +01:00
include Merged Matcher changes to Objective-C bindings 2013-02-19 08:46:09 +00:00
projects Merged Matcher changes to Objective-C bindings 2013-02-19 08:46:09 +00:00
single_include Merged Matcher changes to Objective-C bindings 2013-02-19 08:46:09 +00:00
.gitignore Ignore DerivedData 2013-06-26 08:49:57 +01:00
LICENSE_1_0.txt First commit for GitHub 2010-11-09 23:24:00 +00:00
README Updated readme to remove reference to the downloads section 2013-05-13 08:24:57 +01:00
glueHeaders.py Recreated the single include test project and got it working after impl refactorings 2012-08-09 07:47:30 +01:00

README

CATCH is an automated test framework for C, C++ and Objective-C.

The latest stable version can be found here: https://raw.github.com/philsquared/Catch/master/single_include/catch.hpp

For documentation see the wiki at: https://github.com/philsquared/Catch/wiki

Maintainers: Please now work off the Integration branch and target any pull requests there.