catch2/tests/SelfTest/UsageTests
Martin Hořeňovský fc3d11b1d1
Add Wfloat-equal to default-enabled warnings
This is kinda messy, because there is no good way to signal to
the compiler that some code uses direct comparison of floating
point numbers intentionally, so instead we have to use diagnostic
pragmas.

We also have to over-suppress the test files, because Clang (and
possibly GCC) still issue warnings from template instantiation
even if the instantion site is under warning suppression, so the
template definition has to be under warning suppression as well.

Closes #2406
2022-05-14 15:47:20 +02:00
..
Approx.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
BDD.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Benchmark.tests.cpp Added --skip-benchmarks command-line option. (#2408) 2022-04-23 23:14:49 +02:00
Class.tests.cpp Add Wfloat-equal to default-enabled warnings 2022-05-14 15:47:20 +02:00
Compilation.tests.cpp Add -Wmissing-prototypes to common warnings 2022-05-03 13:54:05 +02:00
Condition.tests.cpp Cleanup of unused functions 2022-05-02 21:32:24 +02:00
Decomposition.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
EnumToString.tests.cpp Minor whitespace fix 2022-02-21 20:04:43 +01:00
Exception.tests.cpp Cleanup of unused functions 2022-05-02 21:32:24 +02:00
Generators.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Matchers.tests.cpp Add Wfloat-equal to default-enabled warnings 2022-05-14 15:47:20 +02:00
MatchersRanges.tests.cpp Refactor MatchersRanges test utils (#2386) 2022-03-09 23:13:37 +01:00
Message.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Misc.tests.cpp Tiny fixup in Misc.tests.cpp 2022-05-11 22:56:30 +02:00
ToStringByte.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringChrono.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringGeneral.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringOptional.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringPair.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringTuple.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringVariant.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringVector.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
ToStringWhich.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
Tricky.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00
VariadicMacros.tests.cpp Use the new licence header in SelfTest's cpp files 2022-01-29 00:03:43 +01:00