[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3131-g10e4f66

Joe Snyder joe.snyder at kitware.com
Wed May 14 11:58:26 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  10e4f66f7081a9c49e7b5349d082e9d3f9c3a9b2 (commit)
       via  2aa301c507de311b56660b8b076fae853a3802e6 (commit)
      from  b3bf9631dcb2212c94964a16392c71e7c3cf0b78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=10e4f66f7081a9c49e7b5349d082e9d3f9c3a9b2
commit 10e4f66f7081a9c49e7b5349d082e9d3f9c3a9b2
Merge: b3bf963 2aa301c
Author:     Joe Snyder <joe.snyder at kitware.com>
AuthorDate: Wed May 14 11:58:25 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 14 11:58:25 2014 -0400

    Merge topic 'fix_mumps_coverage' into next
    
    2aa301c5 CTEST: Add folder removal to Cache Coverage test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2aa301c507de311b56660b8b076fae853a3802e6
commit 2aa301c507de311b56660b8b076fae853a3802e6
Author:     Joseph Snyder <joe.snyder at kitware.com>
AuthorDate: Wed May 14 11:57:08 2014 -0400
Commit:     Joseph Snyder <joe.snyder at kitware.com>
CommitDate: Wed May 14 11:57:08 2014 -0400

    CTEST: Add folder removal to Cache Coverage test
    
    Add the recursive removal of files to the MumpsCacheCoverage test as well.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 281bd2d..b397171 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -2152,6 +2152,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
   configure_file(
     "${CMake_SOURCE_DIR}/Tests/MumpsCoverage/cache_coverage.cmcov.in"
     "${CMake_BINARY_DIR}/Testing/MumpsCacheCoverage/cache_coverage.cmcov")
+  file(REMOVE_RECURSE "${CMake_BINARY_DIR}/Testing/MumpsCacheCoverage/VistA-FOIA")
   file(COPY "${CMake_SOURCE_DIR}/Tests/MumpsCoverage/VistA-FOIA"
     DESTINATION "${CMake_BINARY_DIR}/Testing/MumpsCacheCoverage")
   add_test(NAME CTestCacheCoverage

-----------------------------------------------------------------------

Summary of changes:
 Tests/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list