catch2/tests
Martin Hořeňovský d139b4ff7c
Add implementation of helpers for uniform float distribution
Specifically we add
 * `gamma(a, b)`, which returns the magnitude of largest 1-ULP
   step in range [a, b].
 * `count_equidistant_float(a, b, distance)`, which returns the
   number of equi-distant floats in range [a, b].
2023-12-10 18:44:10 +01:00
..
ExtraTests Clean up explanation in tests 2023-07-12 11:49:43 +02:00
SelfTest Add implementation of helpers for uniform float distribution 2023-12-10 18:44:10 +01:00
TestScripts 2 more TEST_CASEs to DiscoverTests/register-tests.cpp 2023-07-04 00:06:24 +02:00
CMakeLists.txt Add JSON reporter (#2706) 2023-11-14 22:52:15 +01:00
meson.build Add Catch::Detail::is_permutation that supports sentinels 2023-02-06 15:29:01 +01:00