diff options
author | Rolf Eike Beer <eb@emlix.com> | 2017-09-13 13:35:14 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2017-09-15 15:50:56 (GMT) |
commit | 67529aab816f7f6acd942c76d7b57ecf9c6bf2d3 (patch) | |
tree | e5d89a20153abcb6d5da8cebc3ef7330262a1979 /Help/manual | |
parent | 69fac3c3d554a285b6171648a77cdba0974cb109 (diff) | |
download | CMake-67529aab816f7f6acd942c76d7b57ecf9c6bf2d3.zip CMake-67529aab816f7f6acd942c76d7b57ecf9c6bf2d3.tar.gz CMake-67529aab816f7f6acd942c76d7b57ecf9c6bf2d3.tar.bz2 |
Doc: document that CoverageExtraFlags will come first
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 03466ce..423f1ca 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -886,6 +886,8 @@ Configuration settings include: * `CTest Script`_ variable: :variable:`CTEST_COVERAGE_EXTRA_FLAGS` * :module:`CTest` module variable: ``COVERAGE_EXTRA_FLAGS`` + These options are the first arguments passed to ``CoverageCommand``. + .. _`CTest MemCheck Step`: CTest MemCheck Step |