[cmake-commits] king committed CMakeLists.txt 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 17 14:03:33 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/CustomCommand
In directory public:/mounts/ram/cvs-serv29938

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Added test for custom command lines with special single-character arguments.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- CMakeLists.txt	17 May 2007 17:28:54 -0000	1.30
+++ CMakeLists.txt	17 May 2007 18:03:31 -0000	1.31
@@ -247,8 +247,10 @@
   one.period
   |two-pipes|
   one|pipe
+  |nopipe
   "#two-pounds#"
   "one#pound"
+  "#nocomment"
   "c:/posix/path/with space"
   "c:\\windows\\path\\with space"
   "'single quotes with space'"
@@ -301,10 +303,12 @@
   "one|pipe with space"
   "#two-pounds# with space"
   "one#pound with space"
-#  ~ ` ! @ \# $ % ^ & * _ - + = | : \" ' < > , . ? /
-#  "("  ")"  {  }  []
-#  >>  <<  &>  2>&1  1>&2
-#  \\ \\;
+  ~ ` ! @ \# $ % ^ & _ - + = | : "\;" \" ' , . ? "(" ")" { } []
+#  < > << >> &> 2>&1 1>&2
+# *  # MSys make always expands the wildcard
+# /  # MSys make converts a leading slash to the mingw home directory
+# \\ # Need to test last to avoid ; escape in list.
+#    # Make tools need help when this is the last argument.
   )
 FOREACH(arg ${CHECK_ARGS})
   SET(ARG "${arg}")



More information about the Cmake-commits mailing list