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/module | |
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/module')
-rw-r--r-- | Help/module/CTestCoverageCollectGCOV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/CTestCoverageCollectGCOV.rst b/Help/module/CTestCoverageCollectGCOV.rst new file mode 100644 index 0000000..4c5deca --- /dev/null +++ b/Help/module/CTestCoverageCollectGCOV.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/CTestCoverageCollectGCOV.cmake |