[Cmake-commits] CMake branch, next, updated. v2.8.3-1071-gfc4072a

Brad King brad.king at kitware.com
Tue Dec 21 14:34:49 EST 2010


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  fc4072ab581b99381b9bf8328b0a6145a10545fc (commit)
       via  667a90a0844a2b00a046e9597811c06905b6347d (commit)
      from  389ff60eea7a1683aadcc994b646be224b9b5ac3 (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=fc4072ab581b99381b9bf8328b0a6145a10545fc
commit fc4072ab581b99381b9bf8328b0a6145a10545fc
Merge: 389ff60 667a90a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 21 14:34:22 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 21 14:34:22 2010 -0500

    Merge topic 'dev/add_test-working-directory' into next
    
    667a90a Fix sentence break in add_test documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=667a90a0844a2b00a046e9597811c06905b6347d
commit 667a90a0844a2b00a046e9597811c06905b6347d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 21 14:15:05 2010 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Dec 21 14:15:05 2010 -0500

    Fix sentence break in add_test documentation
    
    Commit 42de5d02 (Add WORKING_DIRECTORY argument to add_test, 2010-12-16)
    added a new sentence to a paragraph without separating it by "  " from
    the previous sentence.  Add the missing spaces.

diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h
index 9eb4e9f..6a0ace0 100644
--- a/Source/cmAddTestCommand.h
+++ b/Source/cmAddTestCommand.h
@@ -74,7 +74,7 @@ public:
       "add_executable) it will automatically be replaced by the location "
       "of the executable created at build time.  "
       "If a CONFIGURATIONS option is given then the test will be executed "
-      "only when testing under one of the named configurations."
+      "only when testing under one of the named configurations.  "
       "If a WORKING_DIRECTORY option is given then the test will be executed "
       "in the given directory."
       "\n"

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

Summary of changes:
 Source/cmAddTestCommand.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list