summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-20 13:32:49 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-09-20 13:33:56 (GMT)
commitece1859e1e123adb2386df1c7d1ce53194f5a73f (patch)
tree6f2454e5553b50b789f6203a7cecca6f3760f754 /Help
parentf082414107fd2a77c370a8d87aa589dad0e6f55d (diff)
parentcfe77802795699e829105346acc2d92c791f88fa (diff)
downloadCMake-ece1859e1e123adb2386df1c7d1ce53194f5a73f.zip
CMake-ece1859e1e123adb2386df1c7d1ce53194f5a73f.tar.gz
CMake-ece1859e1e123adb2386df1c7d1ce53194f5a73f.tar.bz2
Merge topic 'doc-updates'
cfe7780279 Help: TESTS property: clarify usage. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2401
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_dir/TESTS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_dir/TESTS.rst b/Help/prop_dir/TESTS.rst
index c6e1d88..91acd3e 100644
--- a/Help/prop_dir/TESTS.rst
+++ b/Help/prop_dir/TESTS.rst
@@ -4,4 +4,4 @@ TESTS
List of tests.
This read-only property holds a :ref:`;-list <CMake Language Lists>` of tests
-defined so far by the :command:`add_test` command.
+defined so far, in the current directory, by the :command:`add_test` command.