[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2902-g1a9b54a

Rolf Eike Beer eike at sf-mail.de
Wed May 8 08:15:13 EDT 2013


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  1a9b54a17d52bed00d546ddfaab68b4b50d5c028 (commit)
       via  30967cf211fcf3a85aecbe132b5469b1f754f31c (commit)
      from  bed399f33e43a81e3b19c707de89cfbd43736d71 (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=1a9b54a17d52bed00d546ddfaab68b4b50d5c028
commit 1a9b54a17d52bed00d546ddfaab68b4b50d5c028
Merge: bed399f 30967cf
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 8 08:15:11 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 8 08:15:11 2013 -0400

    Merge topic 'MemChecker-improvements' into next
    
    30967cf Memchecker tests: also set configuration type


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=30967cf211fcf3a85aecbe132b5469b1f754f31c
commit 30967cf211fcf3a85aecbe132b5469b1f754f31c
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 8 14:14:47 2013 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed May 8 14:14:47 2013 +0200

    Memchecker tests: also set configuration type

diff --git a/Tests/CTestTestMemcheck/CMakeLists.txt b/Tests/CTestTestMemcheck/CMakeLists.txt
index 59400ab..374b25f 100644
--- a/Tests/CTestTestMemcheck/CMakeLists.txt
+++ b/Tests/CTestTestMemcheck/CMakeLists.txt
@@ -45,6 +45,7 @@ function(gen_mc_test_internal NAME CHECKER)
     endforeach()
     add_test(NAME CTestTestMemcheck${NAME}
         COMMAND ${CMAKE_CTEST_COMMAND}
+        -C "${CTEST_CONFIGURATION_TYPE}"
         -S "${CMAKE_CURRENT_BINARY_DIR}/${NAME}/test.cmake" -V
         --output-log "${CMAKE_CURRENT_BINARY_DIR}/${NAME}/testOutput.log"
         ${ARGN}

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

Summary of changes:
 Tests/CTestTestMemcheck/CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list