[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4259-gf8c114e

Brad King brad.king at kitware.com
Fri Sep 20 08:15:47 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  f8c114ea5689f2efd3aa59a29a891210009e6537 (commit)
       via  ba14d64361ab16e3c9e49884f5b134ad33896ce7 (commit)
      from  1824e60717c7c679a56623957291f1de2190b5ee (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=f8c114ea5689f2efd3aa59a29a891210009e6537
commit f8c114ea5689f2efd3aa59a29a891210009e6537
Merge: 1824e60 ba14d64
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 20 08:15:35 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 20 08:15:35 2013 -0400

    Merge topic 'test-property-genex' into next
    
    ba14d64 Tests/GeneratorExpression: Cover REQUIRED_FILES test property genex


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ba14d64361ab16e3c9e49884f5b134ad33896ce7
commit ba14d64361ab16e3c9e49884f5b134ad33896ce7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 20 08:11:32 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 20 08:11:32 2013 -0400

    Tests/GeneratorExpression: Cover REQUIRED_FILES test property genex

diff --git a/Tests/GeneratorExpression/CMakeLists.txt b/Tests/GeneratorExpression/CMakeLists.txt
index 117686e..89d8780 100644
--- a/Tests/GeneratorExpression/CMakeLists.txt
+++ b/Tests/GeneratorExpression/CMakeLists.txt
@@ -205,6 +205,8 @@ set_property(TEST echo-configuration PROPERTY
 add_test(NAME echo-target-file COMMAND echo $<TARGET_FILE:echo>)
 set_property(TEST echo-target-file PROPERTY
   PASS_REGULAR_EXPRESSION "/echo${CMAKE_EXECUTABLE_SUFFIX}\n$")
+set_property(TEST echo-target-file PROPERTY
+  REQUIRED_FILES "$<TARGET_FILE:echo>")
 
 add_test(NAME working-dir-arg
   WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/WorkingDirectory/$<CONFIGURATION>"

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list