2018-08-28 09:44:47 +02:00
|
|
|
Configuration options that are left default and thus are not properly tested
|
|
|
|
yet:
|
|
|
|
|
|
|
|
CATCH_CONFIG_COUNTER // Use __COUNTER__ to generate unique names for test cases
|
|
|
|
CATCH_CONFIG_WINDOWS_SEH // Enable SEH handling on Windows
|
|
|
|
CATCH_CONFIG_FAST_COMPILE // Sacrifices some (rather minor) features for compilation speed
|
|
|
|
CATCH_CONFIG_POSIX_SIGNALS // Enable handling POSIX signals
|
|
|
|
CATCH_CONFIG_WINDOWS_CRTDBG // Enable leak checking using Windows's CRT Debug Heap
|
|
|
|
CATCH_CONFIG_DEFAULT_REPORTER
|
2018-09-01 15:01:51 +02:00
|
|
|
CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS
|