mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Add Catch::Detail::is_permutation that supports sentinels
Also split out helpers for testing matcher ranges (types whose begin/end/empty/etc require ADL lookup, types whose iteration uses iterator + sentinel pair, etc) into their own file.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
# Please keep these ordered alphabetically
|
||||
self_test_sources = files(
|
||||
'SelfTest/helpers/parse_test_spec.cpp',
|
||||
'SelfTest/IntrospectiveTests/Algorithms.tests.cpp',
|
||||
'SelfTest/IntrospectiveTests/Clara.tests.cpp',
|
||||
'SelfTest/IntrospectiveTests/CmdLine.tests.cpp',
|
||||
'SelfTest/IntrospectiveTests/CmdLineHelpers.tests.cpp',
|
||||
|
Reference in New Issue
Block a user