summaryrefslogtreecommitdiffstats
path: root/Help/manual/ctest.1.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-11-28 09:26:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-11-28 09:26:33 (GMT)
commitfaf4496db372847f34046acfd0d57dda7812eafa (patch)
treeddab3a1d34cc7c61bd2cf27b6c4eed4b9b7f3a5d /Help/manual/ctest.1.rst
parent049ca05da93ef7f6fced82a88069a382c6008ebf (diff)
parente15cac8ee748022d31e734f3ab9529bf6c36ac25 (diff)
downloadCMake-faf4496db372847f34046acfd0d57dda7812eafa.zip
CMake-faf4496db372847f34046acfd0d57dda7812eafa.tar.gz
CMake-faf4496db372847f34046acfd0d57dda7812eafa.tar.bz2
Merge topic 'doc-cmake.1'
e15cac8ee7 Help: Extend the cmake(1) manual 8b3a537c29 Help: Improve cmake(1) manual organization f9c3f7b164 Help: Emphasize tool names in their manuals Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2662
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r--Help/manual/ctest.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index e24b10d..9e0ce27 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -19,7 +19,7 @@ Synopsis
Description
===========
-The "ctest" executable is the CMake test driver program.
+The **ctest** executable is the CMake test driver program.
CMake-generated build trees created for projects that use the
ENABLE_TESTING and ADD_TEST commands have testing support. This
program will run the tests and report results.
@@ -38,7 +38,7 @@ Options
``--progress``
Enable short progress output from tests.
- When the output of ``ctest`` is being sent directly to a terminal, the
+ When the output of **ctest** is being sent directly to a terminal, the
progress through the set of tests is reported by updating the same line
rather than printing start and end messages for each test on new lines.
This can significantly reduce the verbosity of the test output.