catch2/tests/SelfTest/UsageTests
Martin Hořeňovský ff9506cedd
Only test SEH handling with MSVC
MinGW doesn't support `__try` and friends at all, while Clang
only supports it partially, and the test would require some
changes to make it work there. Since this is only a test, we can
afford to keep it MSVC-only.

Closes #2447
2022-06-06 00:29:01 +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 Only test SEH handling with MSVC 2022-06-06 00:29:01 +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