summaryrefslogtreecommitdiffstats
path: root/doc/installation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.qdoc')
-rw-r--r--doc/installation.qdoc8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/installation.qdoc b/doc/installation.qdoc
index d55633c5..0f4a899e 100644
--- a/doc/installation.qdoc
+++ b/doc/installation.qdoc
@@ -198,18 +198,14 @@ compiling.
\chapter Generating Code-Coverage Data
Instead of doing a normal build, you can also create a coverage build by running \c{make coverage}.
+As every compile step needs to be instrumented with special compiler flags, you need to make sure
+to run \c{make clean} before.
Using a build like this enables you to generate HTML coverage reports simply by executing:
\badcode
make check-coverage
\endcode
-or
-
-\badcode
-make check-branch-coverage
-\endcode
-
in the build directory. The command-line output will tell you the url to the generated report.
\chapter System Setup