diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2015-01-14 15:52:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-22 16:15:54 (GMT) |
commit | f3e0b6f1eb8deba06e6072156bd9b247a559c9be (patch) | |
tree | dda532941691197ba768bec19369d8cd8a9b61b6 /Help/manual/cmake-modules.7.rst | |
parent | 6dd980e0ef1254a6c3098488e6677f5eb4f40a86 (diff) | |
download | CMake-f3e0b6f1eb8deba06e6072156bd9b247a559c9be.zip CMake-f3e0b6f1eb8deba06e6072156bd9b247a559c9be.tar.gz CMake-f3e0b6f1eb8deba06e6072156bd9b247a559c9be.tar.bz2 |
CTestCoverageCollectGCOV: Add module to run gcov
Provide a function to run gcov and create a tarball of results.
Since CDash tracks the md5sum of the files uploaded, use the
--mtime option with "cmake -E tar" so that tar files could be
created that would have the same md5sum with the same content.
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 0a0ca23..db56010 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -63,6 +63,7 @@ All Modules /module/CPack /module/CPackWIX /module/CTest + /module/CTestCoverageCollectGCOV /module/CTestScriptMode /module/CTestUseLaunchers /module/Dart |