catch2/include
Simon Warta a5fba672e1 Add missing comma when in captured expression for matchers
Such that
CHECK_THAT( hex_encode(outbuf) Equals("B5D4045C") )
becomes
CHECK_THAT( hex_encode(outbuf), Equals("B5D4045C") )
2015-12-10 08:09:10 +00:00
..
external Added unique_ptr detection to compiler_capabilities 2015-08-11 08:09:41 +01:00
internal Add missing comma when in captured expression for matchers 2015-12-10 08:09:10 +00:00
reporters Removed unused parameter 2015-11-04 18:11:54 +00:00
catch.hpp Fixed non-variadic version of REGISTER_TEST_CASE 2015-12-09 18:24:29 +00:00
catch_session.hpp Session's argv now taken by char const* const* 2015-11-18 07:57:24 +00:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00