catch2/tests/SelfTest
Martin Hořeňovský 28c66fdc5a
Make uniform_floating_point_distribution reproducible
By moving to use our `uniform_integer_distribution`, which is
reproducible across different platforms, instead of the stdlib
one which is not, we can provide reproducible results for `float`s
and `double`s. Still no reproducibility for `long double`s, because
those are too different across different platforms.
2023-12-10 19:53:41 +01:00
..
Baselines Add uniform_integer_distribution 2023-12-10 19:53:39 +01:00
IntrospectiveTests Make uniform_floating_point_distribution reproducible 2023-12-10 19:53:41 +01:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Fix references to license file 2022-10-28 11:30:15 +02:00
UsageTests Add test showing literals and complex generators in one GENERATE 2023-12-10 18:32:45 +01:00
helpers Add Catch::Detail::is_permutation that supports sentinels 2023-02-06 15:29:01 +01:00
TestRegistrations.cpp Fix references to license file 2022-10-28 11:30:15 +02:00