catch2/projects/SelfTest
Thomas Lamb 6a6b41411c switch from ->* to <= in expression decomposer
<= chosen arbitrarily from comparison operators, but any of <=, >=, <, >
have the same precedence.

This now allows expressions containing any of *, /, %, +, -, << and >>
to be used on the LHS.

No tests broke, and the corresponding originally failing test in
[tricky] was expanded and added to the main suite.
2014-08-06 03:25:56 -07:00
..
Baselines Approvals for last change 2014-07-09 19:21:44 +01:00
SurrogateCpps Suppressed a load of warnings 2014-05-19 18:57:14 +01:00
ApproxTests.cpp Converted all test case names to "modern" style (freeform text + tags) 2013-11-19 07:21:03 +00:00
BDDTests.cpp LineWrapper can indent first line differently to subsequent lines 2013-04-05 20:55:57 +01:00
ClassTests.cpp Converted all test case names to "modern" style (freeform text + tags) 2013-11-19 07:21:03 +00:00
CmdLineTests.cpp Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
ConditionTests.cpp Added [!mayfail] tag to indicate test case that can fail without failing the suite. 2014-07-03 08:09:57 +01:00
ExceptionTests.cpp Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
GeneratorTests.cpp Converted all test case names to "modern" style (freeform text + tags) 2013-11-19 07:21:03 +00:00
MessageTests.cpp Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
MiscTests.cpp Removed use of variadic form of SUCCEED from tests 2014-06-30 07:53:11 +01:00
SectionTrackerTests.cpp Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
TagAliasTests.cpp Tag aliases feature 2014-06-30 07:33:17 +01:00
TestMain.cpp Tag aliases feature 2014-06-30 07:33:17 +01:00
TrickyTests.cpp switch from ->* to <= in expression decomposer 2014-08-06 03:25:56 -07:00
VariadicMacrosTests.cpp handle TEST_CASE_METHOD macro consistently 2013-05-14 19:31:21 +01:00
makefile No, really trim paths in approval tests down to just filenames 2013-09-30 08:01:10 +01:00