ToDo.txt 720 B

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