catch2/tests/SelfTest
Martin Hořeňovský 6ebc013b8c
Fix UDL definitions for C++23
Technically, the declaration should not have a space between
the quotes and the underscore, because `_foo` is a reserved
identifier, but `""_foo` is not. In general it works, but newer
Clang versions warn about this, because WG21 wants to deprecate
and later remove this form completely.
2023-10-28 21:35:03 +02:00
..
Baselines Add test for multiple streaming parts in UNSCOPED_INFO 2023-09-17 10:44:31 +02:00
helpers Add Catch::Detail::is_permutation that supports sentinels 2023-02-06 15:29:01 +01:00
IntrospectiveTests Fix UDL definitions for C++23 2023-10-28 21:35:03 +02: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 for multiple streaming parts in UNSCOPED_INFO 2023-09-17 10:44:31 +02:00
TestRegistrations.cpp Fix references to license file 2022-10-28 11:30:15 +02:00