[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3184-gaf91cda

Brad King brad.king at kitware.com
Wed Jul 17 08:16:11 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  af91cdafe5a490bb132479f395f7e504a717cc9b (commit)
       via  d0170584c54b515b7eb2d044c3d48332523b3a37 (commit)
      from  f40560ebe9ccb54e547f119617cda0d0fbe6c1a2 (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=af91cdafe5a490bb132479f395f7e504a717cc9b
commit af91cdafe5a490bb132479f395f7e504a717cc9b
Merge: f40560e d017058
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 17 08:16:08 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 17 08:16:08 2013 -0400

    Merge topic 'doc-add_test-names' into next
    
    d017058 add_test: Document test name restrictions (#14298)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d0170584c54b515b7eb2d044c3d48332523b3a37
commit d0170584c54b515b7eb2d044c3d48332523b3a37
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 17 08:11:37 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jul 17 08:11:37 2013 -0400

    add_test: Document test name restrictions (#14298)

diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h
index 6a0cd9d..ec7fda3 100644
--- a/Source/cmAddTestCommand.h
+++ b/Source/cmAddTestCommand.h
@@ -71,6 +71,9 @@ public:
       "  add_test(NAME <name> [CONFIGURATIONS [Debug|Release|...]]\n"
       "           [WORKING_DIRECTORY dir]\n"
       "           COMMAND <command> [arg1 [arg2 ...]])\n"
+      "Add a test called <name>.  "
+      "The test name may not contain spaces, quotes, or other characters "
+      "special in CMake syntax.  "
       "If COMMAND specifies an executable target (created by "
       "add_executable) it will automatically be replaced by the location "
       "of the executable created at build time.  "

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list