diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-29 19:25:29 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-29 19:25:29 +0100 |
| commit | bc524d70253a4ab2fe40c3ca3e5666e267c0a4d1 (patch) | |
| tree | 1e629e7b46b1d9972a973bc93fd100bcebd395be /tests/ExtraTests/ToDo.txt | |
| download | nihil-vendor/catch2/3.8.1.tar.gz nihil-vendor/catch2/3.8.1.tar.bz2 | |
import catch2 3.8.1vendor/catch2/3.8.1vendor/catch2
Diffstat (limited to 'tests/ExtraTests/ToDo.txt')
| -rw-r--r-- | tests/ExtraTests/ToDo.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ExtraTests/ToDo.txt b/tests/ExtraTests/ToDo.txt new file mode 100644 index 0000000..a2ed36b --- /dev/null +++ b/tests/ExtraTests/ToDo.txt @@ -0,0 +1,10 @@ +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 + CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS |
