catch2/include
Jozef Grajciar ab98afe68b Catch::LeakDetector: added cleanup call to destructor
simple code with provided main function which just returns 0
leaks memory due to fact that singletons are not cleaned up

running valgrind on such simple application reports that 752 bytes
are still available in 11 blocks

this commit adds destructor to Catch::LeakDetector which calls
Catch::cleanUp()
2018-10-18 11:47:21 +02:00
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Catch::LeakDetector: added cleanup call to destructor 2018-10-18 11:47:21 +02:00
reporters XmlReporter: add information about rng-seed 2018-10-13 16:53:44 +02:00
catch.hpp Add STATIC_REQUIRE assertion 2018-10-16 16:16:00 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00