catch2/tests
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
..
ExtraTests Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00
SelfTest Add support for multiply calling lambda parsers in Clara 2021-10-27 20:15:28 +02:00
TestScripts Make testSharding.py test script executable 2021-10-27 17:24:30 +02:00
CMakeLists.txt Allow test sharding for e.g. Bazel test sharding feature 2021-10-27 17:24:30 +02:00