catch2/tests/SelfTest
Martin Hořeňovský 1a8a793178
Refactor colour handling to prepare for per-reporter colour modes
This includes always compiling the ANSI and None colour
implementations, as they don't need to touch any platform
specific APIs, and removing their respective compile-time
configuration options.

Because the Win32 colour implementation requires Win32-specific
APIs, it is still hidden behind a compile-time toggle,
`CATCH_CONFIG_COLOUR_WIN32` (renamed from `..._COLOUR_WINDOWS`).

The commandline options for colours were also changed. The
option now uses different name, and allows to select between
different implementations, rather than changing whether
the compiled-in colour implementation is used through
"yes/no/default" options.
2022-03-28 13:10:13 +02:00
..
Baselines Refactor colour handling to prepare for per-reporter colour modes 2022-03-28 13:10:13 +02:00
IntrospectiveTests Refactor colour handling to prepare for per-reporter colour modes 2022-03-28 13:10:13 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
UsageTests Add test for FatalConditionHandler and stack unwinding 2022-03-24 15:49:02 +01:00
TestRegistrations.cpp Event listeners no longer take reporter config in constructor 2022-03-18 00:36:18 +01:00