mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
The `TEST_FILTER` argument can be used to filter tests during the discovery phase. It combines `--gtest_filter=<expr>` with the `--gtest_list_tests` argument when invoking the test excutable for listing defined tests. Fixes: #17493