summaryrefslogtreecommitdiff
path: root/Help/command/add_test.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/add_test.rst')
-rw-r--r--Help/command/add_test.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/add_test.rst b/Help/command/add_test.rst
index a8c257d8b..46b9b63c5 100644
--- a/Help/command/add_test.rst
+++ b/Help/command/add_test.rst
@@ -55,7 +55,8 @@ file produced by target ``myexe``.
CMake will generate tests only if the :command:`enable_testing`
command has been invoked. The :module:`CTest` module invokes the
- command automatically when the ``BUILD_TESTING`` option is ``ON``.
+ command automatically unless the ``BUILD_TESTING`` option is turned
+ ``OFF``.
---------------------------------------------------------------------