summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-24 13:47:04 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-24 13:47:04 (GMT)
commitee9341079fddad4afd0fd189330498973b826738 (patch)
tree87b25440a85e655edd35e9417ff65e91b5180594 /Tests
parent0945aecc944955304070655458c7e4dc31f5dbfb (diff)
downloadCMake-ee9341079fddad4afd0fd189330498973b826738.zip
CMake-ee9341079fddad4afd0fd189330498973b826738.tar.gz
CMake-ee9341079fddad4afd0fd189330498973b826738.tar.bz2
BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CustomCommand/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index 602f69b..6ec5105 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -190,8 +190,8 @@ SET(CHECK_ARGS
amper&sand
@two-ats@
one@at
- "#two-pounds#"
- "one#pound"
+ #"#two-pounds#"
+ #"one#pound"
"c:/posix/path/with space"
"c:\\windows\\path\\with space"
"'single quotes with space'"
@@ -211,8 +211,8 @@ SET(CHECK_ARGS
"amper&sand with space"
"@two-ats@ with space"
"one@at with space"
- "#two-pounds# with space"
- "one#pound with space"
+ #"#two-pounds# with space"
+ #"one#pound with space"
)
FOREACH(arg ${CHECK_ARGS})
SET(ARG "${arg}")