Merge topic 'GoogleTest-gtest-filter'

ea6a7dd1c2 GoogleTest: Add TEST_FILTER arg to gtest_discover_tests

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6406
This commit is contained in:
Brad King
2021-08-10 13:26:40 +00:00
committed by Kitware Robot
8 changed files with 117 additions and 23 deletions
@@ -0,0 +1,6 @@
GoogleTest-gtest-filter
-----------------------
* The :module:`GoogleTest` module :command:`gtest_discover_tests`
function gained a ``TEST_FILTER`` option to filter tests using
``--gtest_filter`` during test discovery.