summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/cmTestConfigure.h.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-30 17:39:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-30 17:39:38 (GMT)
commitba3b7c1588abf9009895e47a93a0614bec484315 (patch)
treeb15e17d83a19b6752ba34a18fd4a3e8e08ee8de0 /Tests/ComplexOneConfig/cmTestConfigure.h.in
parent8ea0a1a2373f76cb78a0890932f115aad0fb8df5 (diff)
downloadCMake-ba3b7c1588abf9009895e47a93a0614bec484315.zip
CMake-ba3b7c1588abf9009895e47a93a0614bec484315.tar.gz
CMake-ba3b7c1588abf9009895e47a93a0614bec484315.tar.bz2
ENH: added testing of the WHILE command
Diffstat (limited to 'Tests/ComplexOneConfig/cmTestConfigure.h.in')
-rw-r--r--Tests/ComplexOneConfig/cmTestConfigure.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in
index 0d380b1..35c10b4 100644
--- a/Tests/ComplexOneConfig/cmTestConfigure.h.in
+++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in
@@ -12,6 +12,9 @@
#define FOREACH_VAR2 "${FOREACH_VAR2}"
#define FOREACH_CONCAT "${FOREACH_CONCAT}"
+// Test WHILE
+#define WHILE_VALUE ${while_var}
+
// Test FIND_FILE, FIND_PATH and various GET_FILENAME_COMPONENT combinations
#define FILENAME_VAR_PATH_NAME "${FILENAME_VAR_PATH_NAME}"