summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2023-08-10 18:41:39 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2023-08-11 14:50:52 (GMT)
commitefc8f19cc5b4442cbfb9c40f36b8d3909d42cd92 (patch)
treeaacac6992d3f914f26e2a642eb5dce7ecc5f0f99 /Help/release/dev
parent753999d4db842a73727f7efb68ce1b6406b5913b (diff)
downloadCMake-efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92.zip
CMake-efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92.tar.gz
CMake-efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92.tar.bz2
set_tests_properties(): Add DIRECTORY option
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/test-properties-directory.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/test-properties-directory.rst b/Help/release/dev/test-properties-directory.rst
index 7331ac3..7a36372 100644
--- a/Help/release/dev/test-properties-directory.rst
+++ b/Help/release/dev/test-properties-directory.rst
@@ -4,3 +4,6 @@ test-properties-directory
* The ``TEST`` mode of the :command:`set_property` command gained a
``DIRECTORY`` sub-option, which allows you to set properties on tests in
other directories.
+* The :command:`set_tests_properties` command gained a ``DIRECTORY``
+ sub-option, which allows you to set properties on tests in other
+ directories.