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
Matt Wozniski f29c898443 Normalize include guards for all *.h and *.hpp
Some files had include guards that didn't match the file name, and
others were missing the include guards entirely.

Standardized this so that every include file has an include guard, and
all the guards are of the form TWOBLUECUBES_<FILENAME>_<EXT>_INCLUDED
2012-09-17 01:53:39 -04:00
include Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
projects Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
single_include Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
.gitignore Updated gitignore 2012-05-23 23:55:32 +01: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 Recreated the single include test project and got it working after impl refactorings 2012-08-09 07:47:30 +01:00

README

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