Merge topic 'GoogleTest-DISCOVERY_EXTRA_ARGS'

2dcba446e2 GoogleTest: Add DISCOVERY_EXTRA_ARGS to gtest_discover_tests()
f55f9fd5c1 Help: Mention TEST_LIST with gtest_discover_tests() can omit tests

Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !9856
This commit is contained in:
Brad King
2024-10-07 13:10:25 +00:00
committed by Kitware Robot
7 changed files with 102 additions and 2 deletions
@@ -0,0 +1,6 @@
GoogleTest-DISCOVERY_EXTRA_ARGS
-------------------------------
* The :command:`gtest_discover_tests` command gained a new
``DISCOVERY_EXTRA_ARGS`` keyword. It allows extra arguments to be
appended to the command line when querying for the list of tests.