catch2/tests/ExtraTests
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
..
CMakeLists.txt Use main-as-static-lib in ExtraTests 2020-05-03 19:21:58 +02:00
ToDo.txt Remove CATCH_CONFIG_DISABLE_MATCHERS 2020-01-25 09:07:36 +01:00
X01-PrefixedMacros.cpp Use main-as-static-lib in ExtraTests 2020-05-03 19:21:58 +02:00
X02-DisabledMacros.cpp Use main-as-static-lib in ExtraTests 2020-05-03 19:21:58 +02:00
X03-DisabledExceptions-DefaultHandler.cpp Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
X04-DisabledExceptions-CustomHandler.cpp Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
X10-FallbackStringifier.cpp Use main-as-static-lib in ExtraTests 2020-05-03 19:21:58 +02:00
X11-DisableStringification.cpp Use main-as-static-lib in ExtraTests 2020-05-03 19:21:58 +02:00
X12-CustomDebugBreakMacro.cpp Move X12-CustomDebugBreakMacro.cpp to the right place 2020-02-18 10:20:37 +01:00
X90-WindowsHeaderInclusion.cpp Use main-as-static-lib in ExtraTests 2020-05-03 19:21:58 +02:00