summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-10-07 13:10:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-10-07 13:10:44 (GMT)
commit9a14348a2c2816569a1d8f873f2b9e6da37aacc6 (patch)
tree0834bd87facf6831a24713ad5367aac8471e397e /Help
parentae64e85ca9084be72c47bc849921a73cd18d9671 (diff)
parent2dcba446e27f62a7da1a0a1a692eddb49877853c (diff)
downloadCMake-9a14348a2c2816569a1d8f873f2b9e6da37aacc6.zip
CMake-9a14348a2c2816569a1d8f873f2b9e6da37aacc6.tar.gz
CMake-9a14348a2c2816569a1d8f873f2b9e6da37aacc6.tar.bz2
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
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/GoogleTest-DISCOVERY_EXTRA_ARGS.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/GoogleTest-DISCOVERY_EXTRA_ARGS.rst b/Help/release/dev/GoogleTest-DISCOVERY_EXTRA_ARGS.rst
new file mode 100644
index 0000000..c625694
--- /dev/null
+++ b/Help/release/dev/GoogleTest-DISCOVERY_EXTRA_ARGS.rst
@@ -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.