summaryrefslogtreecommitdiffstats
path: root/Help/manual/ctest.1.rst
diff options
context:
space:
mode:
authorJoachim Wuttke (l) <j.wuttke@fz-juelich.de>2018-11-15 09:49:42 (GMT)
committerBrad King <brad.king@kitware.com>2018-11-26 15:17:44 (GMT)
commitf9c3f7b16479f84cde3b0249f83e53a32960dff3 (patch)
treec7cfb5c94890d15973d457f43cdd319d99941649 /Help/manual/ctest.1.rst
parent3804122ab2793b9d54aa8c69df62ed86f526d50f (diff)
downloadCMake-f9c3f7b16479f84cde3b0249f83e53a32960dff3.zip
CMake-f9c3f7b16479f84cde3b0249f83e53a32960dff3.tar.gz
CMake-f9c3f7b16479f84cde3b0249f83e53a32960dff3.tar.bz2
Help: Emphasize tool names in their manuals
Print the name of the **cmake** executable in boldface, so that it does not appear less prominent than other shell commands (which are underlaid with links). Similarly the other tool manuals.
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.