catch2/tests
Martin Hořeňovský ce22c0fe8a
Standardize exit codes for various failures
The main reason for this is to be able to distinguish between
different errors (or "errors") based on the return code. Before
this change, it was impossible to use the exit code to figure out
whether a test binary failed because all tests were skipped or
because exactly 4 assertions have failed.

This meant that using `catch_discover_tests` and telling it to
check for exit code == 4 to determine skipped tests could lead to
false negatives.
2024-09-13 21:33:45 +02:00
..
ExtraTests TEST_CASE_PERSISTENT_FIXTURE: A new fixture macro for allowing persistent fixtures throughout a TEST_CASE (#2885) 2024-08-05 17:01:41 +02:00
SelfTest Fix bug in TokenStream parser 2024-09-13 15:32:49 +02:00
TestScripts Standardize exit codes for various failures 2024-09-13 21:33:45 +02:00
BUILD.bazel add bazel build rule for SelfTest (#2857) 2024-04-21 21:05:55 +02:00
CMakeLists.txt Stop repeating conditional in endif() 2024-03-12 22:55:12 +01:00
meson.build Add helpers for implementing uniform integer distribution 2023-12-10 19:53:36 +01:00