catch2/tools/misc
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 Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00
SelfTest.vcxproj.user Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00
appveyorBuildConfigurationScript.bat Remove catch_default_main.hpp 2020-05-09 18:00:49 +02:00
appveyorMergeCoverageScript.py Reenable appveyor for CI 2019-12-16 00:15:30 +01:00
appveyorTestRunScript.bat Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00
coverage-helper.cpp OpenCppCoverage skips coverage of non-source directories 2020-02-02 23:15:22 +01:00
installOpenCppCoverage.ps1 Move misc/ to tools/misc 2019-12-06 11:40:53 +01:00