diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-08-11 14:44:14 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-08-11 14:50:52 (GMT) |
commit | 2ccb897d86598daa983f77ce764411c5723b568c (patch) | |
tree | f12a2bab221a7dff8efa4b08bffd6bc7f92772e6 /Help/release | |
parent | 84e76fedb0255ac4d0524f47268be79598b096fc (diff) | |
download | CMake-2ccb897d86598daa983f77ce764411c5723b568c.zip CMake-2ccb897d86598daa983f77ce764411c5723b568c.tar.gz CMake-2ccb897d86598daa983f77ce764411c5723b568c.tar.bz2 |
get_test_property(): Add DIRECTORY option
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/test-properties-directory.rst | 3 |
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 2daa533..9df7051 100644 --- a/Help/release/dev/test-properties-directory.rst +++ b/Help/release/dev/test-properties-directory.rst @@ -10,3 +10,6 @@ test-properties-directory * The ``TEST`` mode of the :command:`get_property` command gained a ``DIRECTORY`` sub-option, which allows you to get properties on tests in other directories. +* The :command:`get_test_property` command gained a ``DIRECTORY`` + sub-option, which allows you to get properties on tests in other + directories. |