[Cmake-commits] CMake branch, master, updated. v3.2.1-729-g341b895

Brad King brad.king at kitware.com
Mon Apr 13 09:05:15 EDT 2015


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  341b8953b1730f192f849640b4deeef404583df3 (commit)
       via  4e039a9a9814fd13142ae2c9876420ddf2414b8e (commit)
      from  bf5028f88dda612fbc63217cbd9ab06674fefacb (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=341b8953b1730f192f849640b4deeef404583df3
commit 341b8953b1730f192f849640b4deeef404583df3
Merge: bf5028f 4e039a9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 13 09:05:14 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 13 09:05:14 2015 -0400

    Merge topic 'move-command-line-tests'
    
    4e039a9a Tests: Move more command line tests into RunCMake.CommandLine


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

Summary of changes:
 Tests/CMakeLists.txt                               |   15 ----
 Tests/CMakeTestBadCommandLines/RunCMake.cmake      |   79 --------------------
 .../C-no-arg-result.txt}                           |    0
 Tests/RunCMake/CommandLine/C-no-arg-stderr.txt     |    2 +
 .../C-no-file-result.txt}                          |    0
 Tests/RunCMake/CommandLine/C-no-file-stderr.txt    |    3 +
 .../D-no-arg-result.txt}                           |    0
 Tests/RunCMake/CommandLine/D-no-arg-stderr.txt     |    2 +
 .../E-no-arg-result.txt}                           |    0
 Tests/RunCMake/CommandLine/E-no-arg-stderr.txt     |    3 +
 .../E_create_symlink-no-arg-result.txt}            |    0
 .../CommandLine/E_create_symlink-no-arg-stderr.txt |    3 +
 .../E_rename-no-arg-result.txt}                    |    0
 .../CommandLine/E_rename-no-arg-stderr.txt         |    3 +
 .../E_touch_nocreate-no-arg-result.txt}            |    0
 .../CommandLine/E_touch_nocreate-no-arg-stderr.txt |    3 +
 .../G_bad-arg-result.txt}                          |    0
 Tests/RunCMake/CommandLine/G_bad-arg-stderr.txt    |    1 +
 .../G_no-arg-result.txt}                           |    0
 Tests/RunCMake/CommandLine/G_no-arg-stderr.txt     |    1 +
 Tests/RunCMake/CommandLine/NoArgs-stdout.txt       |   10 +++
 .../P_no-arg-result.txt}                           |    0
 Tests/RunCMake/CommandLine/P_no-arg-stderr.txt     |    1 +
 .../P_no-file-result.txt}                          |    0
 Tests/RunCMake/CommandLine/P_no-file-stderr.txt    |    1 +
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake      |   40 ++++++++++
 .../U-no-arg-result.txt}                           |    0
 Tests/RunCMake/CommandLine/U-no-arg-stderr.txt     |    2 +
 Tests/RunCMake/CommandLine/Wdev-stderr.txt         |    5 ++
 Tests/RunCMake/CommandLine/Wdev.cmake              |    1 +
 Tests/RunCMake/CommandLine/Wno-dev.cmake           |    1 +
 .../cache-no-file-result.txt}                      |    0
 .../RunCMake/CommandLine/cache-no-file-stderr.txt  |    2 +
 Tests/RunCMake/CommandLine/debug-output-stdout.txt |    1 +
 .../RunCMake/CommandLine/debug-output.cmake        |    0
 Tests/RunCMake/CommandLine/debug-trycompile.cmake  |    5 ++
 .../lists-no-file-result.txt}                      |    0
 .../RunCMake/CommandLine/lists-no-file-stderr.txt  |    2 +
 Tests/RunCMake/CommandLine/trace-stderr.txt        |    2 +
 .../RunCMake/CommandLine/trace.cmake               |    0
 40 files changed, 94 insertions(+), 94 deletions(-)
 delete mode 100644 Tests/CMakeTestBadCommandLines/RunCMake.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/C-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/C-no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/C-no-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/C-no-file-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/D-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/D-no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E-no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_create_symlink-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_create_symlink-no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_rename-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_rename-no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_touch_nocreate-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_touch_nocreate-no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/G_bad-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/G_bad-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/G_no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/G_no-arg-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/NoArgs-stdout.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/P_no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/P_no-arg-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/P_no-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/P_no-file-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/U-no-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/U-no-arg-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Wdev-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Wdev.cmake
 create mode 100644 Tests/RunCMake/CommandLine/Wno-dev.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/cache-no-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/cache-no-file-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/debug-output-stdout.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/debug-output.cmake (100%)
 create mode 100644 Tests/RunCMake/CommandLine/debug-trycompile.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/lists-no-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/lists-no-file-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/trace-stderr.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/trace.cmake (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list