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 f52bd35e2f made CHECK/ REQUIRE into block statements
Placed the contents of the macros into do{…}while(0) so they can be used as statements (e.g. after an if() with no braces).
Also means they now require the closing ;
2012-02-29 08:35:41 +00:00
include made CHECK/ REQUIRE into block statements 2012-02-29 08:35:41 +00:00
projects Fixed trim() for single char strings (github #75) 2012-02-28 20:04:25 +00:00
single_include Regen single include for last few checkins 2012-02-28 20:04:42 +00:00
.gitignore Fixed trim() for single char strings (github #75) 2012-02-28 20:04:25 +00:00
LICENSE_1_0.txt First commit for GitHub 2010-11-09 23:24:00 +00:00
README Added wiki link to readme 2011-02-01 16:14:07 +00:00
glueHeaders.py Updated glue script to work relative to script dir, then regenerated single header 2011-06-28 08:38:55 +01:00

README

See the wiki at: https://github.com/philsquared/Catch/wiki