summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/command/ctest_coverage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/command/ctest_coverage.rst')
-rwxr-xr-xshare/cmake-3.2/Help/command/ctest_coverage.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/cmake-3.2/Help/command/ctest_coverage.rst b/share/cmake-3.2/Help/command/ctest_coverage.rst
deleted file mode 100755
index 4c90f9c..0000000
--- a/share/cmake-3.2/Help/command/ctest_coverage.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-ctest_coverage
---------------
-
-Collect coverage tool results.
-
-::
-
- ctest_coverage([BUILD build_dir] [RETURN_VALUE res] [APPEND]
- [LABELS label1 [label2 [...]]])
-
-Perform the coverage of the given build directory and stores results
-in Coverage.xml. The second argument is a variable that will hold
-value.
-
-The LABELS option filters the coverage report to include only source
-files labeled with at least one of the labels specified.
-
-The APPEND option marks results for append to those previously
-submitted to a dashboard server since the last ctest_start. Append
-semantics are defined by the dashboard server in use.