catch2/tests
John Bytheway 80b0d6975c
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-26 10:47:53 +02:00
..
ExtraTests Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
SelfTest Add --min-duration option 2020-07-26 10:47:53 +02:00
TestScripts Add --min-duration option 2020-07-26 10:47:53 +02:00
CMakeLists.txt Add --min-duration option 2020-07-26 10:47:53 +02:00