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 3000f6a3b1 Merge remote branch 'socketpuppet/master' 2010-12-28 17:18:06 +00:00
Test Fixes to the self test 2010-12-28 14:41:57 +00:00
internal Allow tests including catch to compile with g++ flags -Wall and -Werror. 2010-12-28 15:42:46 +01:00
.gitignore Move the Xcode project around a bit 2010-11-13 09:39:45 +00:00
LICENSE_1_0.txt First commit for GitHub 2010-11-09 23:24:00 +00:00
README First commit for GitHub 2010-11-09 23:24:00 +00:00
catch.hpp Added streaming to message macros and added scoped info 2010-12-27 11:09:34 +00:00
catch_default_main.hpp First commit for GitHub 2010-11-09 23:24:00 +00:00
catch_objc.hpp Auto registers OC Classes 2010-11-16 07:00:08 +00:00
catch_reporter_basic.hpp Allow tests including catch to compile with g++ flags -Wall and -Werror. 2010-12-28 15:42:46 +01:00
catch_reporter_junit.hpp Allow tests including catch to compile with g++ flags -Wall and -Werror. 2010-12-28 15:42:46 +01:00
catch_reporter_xml.hpp Allow tests including catch to compile with g++ flags -Wall and -Werror. 2010-12-28 15:42:46 +01:00
catch_runner.hpp Added ability to break into debugger on Windows and Mac 2010-12-27 20:49:19 +00:00

README