summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCedric Martineau <cedricmartineau98@gmail.com>2024-09-27 01:34:52 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-10-04 08:12:30 (GMT)
commit2dcba446e27f62a7da1a0a1a692eddb49877853c (patch)
tree5305eb591f494124779cefa79b2d8c55d3878b17 /Help
parentf55f9fd5c1e6d9b20be890c54a666d36fd46d576 (diff)
downloadCMake-2dcba446e27f62a7da1a0a1a692eddb49877853c.zip
CMake-2dcba446e27f62a7da1a0a1a692eddb49877853c.tar.gz
CMake-2dcba446e27f62a7da1a0a1a692eddb49877853c.tar.bz2
GoogleTest: Add DISCOVERY_EXTRA_ARGS to gtest_discover_tests()
Fixes: #26261 Co-authored-by: Craig Scott <craig.scott@crascit.com>
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.