catch2/tests/SelfTest
Martin Hořeňovský 12d14a3c63
Add support for multiply calling lambda parsers in Clara
Previously a lambda parser in Clara could only be invoked once,
even if it internally was ok with being invoked multiple times.

With this change, a lambda parser can mark itself as `accept_many`,
in which case it will be invoked multiple times if the appropriate
flag was supplied multiple times by the user.
2021-10-27 20:15:28 +02:00
..
Baselines Add support for multiply calling lambda parsers in Clara 2021-10-27 20:15:28 +02:00
IntrospectiveTests Add support for multiply calling lambda parsers in Clara 2021-10-27 20:15:28 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Increase timing window for min duration tests to 1s 2021-02-20 23:09:02 +01:00
UsageTests Apply PR #2297 to devel branch (#2300) 2021-10-21 15:47:21 +02:00
TestRegistrations.cpp Add consistency-checking event listener to SelfTest 2021-09-15 23:38:43 +02:00
WarnAboutNoTests.cmake Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00