ToDo.txt 624 B

12345678910
  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_POSIX_SIGNALS // Enable handling POSIX signals
  7. CATCH_CONFIG_WINDOWS_CRTDBG // Enable leak checking using Windows's CRT Debug Heap
  8. CATCH_CONFIG_DEFAULT_REPORTER
  9. CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS