[Cmake-commits] CMake branch, master, updated. v2.8.12.1-1199-gc4e5e17

Brad King brad.king at kitware.com
Wed Jan 15 10:12:05 EST 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, master has been updated
       via  c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111 (commit)
       via  3a0d164bb2fa03966cdd7a17c0ce63b4d54f05b7 (commit)
      from  4c7bac45ae1347ebea6709a7fdf59f50ff7bbb15 (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=c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111
commit c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111
Merge: 4c7bac4 3a0d164
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 15 10:12:04 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 15 10:12:04 2014 -0500

    Merge topic 'skip-return-code'
    
    3a0d164b allow to mark a test as "Not Run" with a specific return code (#8466)


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

Summary of changes:
 Help/manual/cmake-properties.7.rst                         |    1 +
 Help/prop_test/SKIP_RETURN_CODE.rst                        |    9 +++++++++
 Source/CTest/cmCTestRunTest.cxx                            |    8 +++++++-
 Source/CTest/cmCTestTestHandler.cxx                        |    9 +++++++++
 Source/CTest/cmCTestTestHandler.h                          |    2 ++
 Tests/CMakeLists.txt                                       |   12 ++++++++++++
 Tests/CTestTestSkipReturnCode/CMakeLists.txt               |    8 ++++++++
 .../CTestConfig.cmake                                      |    2 +-
 .../test.cmake.in                                          |    6 +++---
 9 files changed, 52 insertions(+), 5 deletions(-)
 create mode 100644 Help/prop_test/SKIP_RETURN_CODE.rst
 create mode 100644 Tests/CTestTestSkipReturnCode/CMakeLists.txt
 copy Tests/{CTestTestCycle => CTestTestSkipReturnCode}/CTestConfig.cmake (83%)
 copy Tests/{CTestTestSubdir => CTestTestSkipReturnCode}/test.cmake.in (93%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list