1Configuration options that are left default and thus are not properly tested
2yet:
3
4    CATCH_CONFIG_COUNTER                    // Use __COUNTER__ to generate unique names for test cases
5    CATCH_CONFIG_WINDOWS_SEH                // Enable SEH handling on Windows
6    CATCH_CONFIG_FAST_COMPILE               // Sacrifices some (rather minor) features for compilation speed
7    CATCH_CONFIG_DISABLE_MATCHERS           // Do not compile Matchers in this compilation unit
8    CATCH_CONFIG_POSIX_SIGNALS              // Enable handling POSIX signals
9    CATCH_CONFIG_WINDOWS_CRTDBG             // Enable leak checking using Windows's CRT Debug Heap
10    CATCH_CONFIG_DEFAULT_REPORTER
11    CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS
12