snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
257 stars 7 forks source link

Apply CLI test filtering to the output of `--list-tests` #114

Closed cschreib closed 1 year ago

cschreib commented 1 year ago

Currently, --list-tests always lists all tests. But in Catch2, it only lists the tests that pass the filtering criteria specified on the command line (if any). We should support this as well so our CLI is compatible.