catch2/tests
Martin Hořeňovský b0d0aa43e6
Fix crash when stringifying pre 1970 dates on Windows
`gmtime*` on Windows fails on dates pre 1970, and because we didn't
check the return code, we would then pass invalid `tm` struct to
`strftime` causing it to assert.

Closes #2944
2025-01-05 16:04:38 +01:00
..
ExtraTests Enable CMake project folders for better target organization 2024-10-27 23:07:55 +01:00
SelfTest Fix crash when stringifying pre 1970 dates on Windows 2025-01-05 16:04:38 +01: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