Files
catch2/docs
Martin Hořeňovský 8ed8c431c6 Support Bazel's TEST_PREMATURE_EXIT_FILE and add it to CLI as well
This tells Catch2 to create an empty file at specified path before
the tests start, and delete it after the tests finish. This allows
callers to catch cases where the test binary silently exits before
finishing (e.g. via call to `exit(0)` inside the code under test),
by looking whether the file still exists.

Closes #3020
2025-09-22 14:02:45 +02:00
..
2025-07-24 22:01:46 +02:00
2023-12-11 00:55:40 +01:00
2025-08-06 19:31:42 +02:00
2025-04-29 09:26:28 -06:00
2025-08-25 21:30:21 +02:00
2025-07-24 22:01:46 +02:00
2025-08-25 21:30:21 +02:00
2022-09-09 16:00:39 +02:00