catch2/include
John Bytheway 46fde0c597 Add --min-duration option
A test runner already has a --durations option to print durations.
However, this isn't entirely satisfactory.

When there are many tests, this produces output spam which makes it hard
to find the test failure output.  Nevertheless, it is helpful to be
informed of tests which are unusually slow.

Therefore, introduce a new option --min-duration that causes all
durations above a certain threshold to be printed.  This allows slow
tests to be visible without mentioning every test.
2020-07-06 11:35:02 +02:00
..
external fixing UB 2020-05-29 14:56:40 +02:00
internal Add --min-duration option 2020-07-06 11:35:02 +02:00
reporters Add --min-duration option 2020-07-06 11:35:02 +02:00
catch.hpp v2.12.4 2020-07-05 11:51:30 +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