catch2/tests
Martin Hořeňovský db32550898
Remove catch_default_main.hpp
There are two reasons for this:

1) It is highly unlikely that someone has use for this header,
which has no customization points and only provides simplest
possible main, and cannot link the static library which also
provides a default main implementation.
2) It being a header was causing extra complications with
the convenience headers, and our checking script. This would either
require special handling in the checking script, or would break user's
of the main convenience header.

All in all, it is simpler and better in the long term to remove it,
than to fix its problems.
2020-05-09 18:00:49 +02:00
..
ExtraTests Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
SelfTest Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
TestScripts Randomize test for subset invariant random ordering of tests 2020-05-01 14:45:36 +02:00
CMakeLists.txt Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00