[cmake-commits] king committed CMakeLists.txt 1.33 1.34
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 18 09:34:01 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/CustomCommand
In directory public:/mounts/ram/cvs-serv821
Modified Files:
CMakeLists.txt
Log Message:
BUG: Replace "with space" in custom command argument tests with "w s" to still have whitespace but be shorter. The test was failing because the custom command line length was simply too long for the VS IDE.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- CMakeLists.txt 18 May 2007 13:18:09 -0000 1.33
+++ CMakeLists.txt 18 May 2007 13:33:59 -0000 1.34
@@ -257,52 +257,52 @@
"single'quote with space"
"\"double-quotes with space\""
"double\"quote with space"
- "\\;semi-colons with space\\;"
- "semi\\;colon with space"
- "`back-ticks` with space"
- "back`tick with space"
- "(parens) with space"
- "(lparen with space"
- "rparen) with space"
- "{curly} with space"
- "{lcurly with space"
- "rcurly} with space"
- #"<angle> with space" # angle-brackets are inconsistent on windows right now
- #"<langle with space"
- #"rangle> with space"
- "[square] with space"
- "[lsquare with space" # these have funny behavior due to special cases for
- "rsquare] with space" # windows registry value names in list expansion
- "$dollar-signs$ with space"
- "dollar$sign with space"
- "&ersands& with space"
- "one&ersand with space"
- "@two-ats@ with space"
- "one at at with space"
- "~two-tilda~ with space"
- "one~tilda with space"
- "^two-carrots^ with space"
- "one^carrot with space"
- "%two-percents% with space"
- "one%percent with space"
- "!two-exclamations! with space"
- "one!exclamation with space"
- "*two-stars* with space"
- "one*star with space"
- "=two+equals= with space"
- "one=equals with space"
- "_two-underscores_ with space"
- "one_underscore with space"
- "?two-questions? with space"
- "one?question with space"
- ",two-commas, with space"
- "one,comma with space"
- ".two-periods. with space"
- "one.period with space"
- "|two-pipes| with space"
- "one|pipe with space"
- "#two-pounds# with space"
- "one#pound with space"
+ "\\;semi-colons w s\\;"
+ "semi\\;colon w s"
+ "`back-ticks` w s"
+ "back`tick w s"
+ "(parens) w s"
+ "(lparen w s"
+ "rparen) w s"
+ "{curly} w s"
+ "{lcurly w s"
+ "rcurly} w s"
+ #"<angle> w s" # angle-brackets are inconsistent on windows right now
+ #"<langle w s"
+ #"rangle> w s"
+ "[square] w s"
+ "[lsquare w s" # these have funny behavior due to special cases for
+ "rsquare] w s" # windows registry value names in list expansion
+ "$dollar-signs$ w s"
+ "dollar$sign w s"
+ "&ersands& w s"
+ "one&ersand w s"
+ "@two-ats@ w s"
+ "one at at w s"
+ "~two-tilda~ w s"
+ "one~tilda w s"
+ "^two-carrots^ w s"
+ "one^carrot w s"
+ "%two-percents% w s"
+ "one%percent w s"
+ "!two-exclamations! w s"
+ "one!exclamation w s"
+ "*two-stars* w s"
+ "one*star w s"
+ "=two+equals= w s"
+ "one=equals w s"
+ "_two-underscores_ w s"
+ "one_underscore w s"
+ "?two-questions? w s"
+ "one?question w s"
+ ",two-commas, w s"
+ "one,comma w s"
+ ".two-periods. w s"
+ "one.period w s"
+ "|two-pipes| w s"
+ "one|pipe w s"
+ "#two-pounds# w s"
+ "one#pound w s"
~ ` ! @ \# $ % ^ & _ - + = | : "\;" \" ' , . ? "(" ")" { } []
# < > << >> &> 2>&1 1>&2
# \\ # Need to test last to avoid ; escape in list.
More information about the Cmake-commits
mailing list