summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Executable
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-10-09 19:54:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-10-09 19:54:34 (GMT)
commitaef8110c36773c11283f998c38998d364be9b054 (patch)
tree0d20d2e13bcf3ebb09e3ec86b89fa70ce10751cf /Tests/ComplexRelativePaths/Executable
parentf990777a605f200d00aa5ba980c1acbdc9446ed9 (diff)
downloadCMake-aef8110c36773c11283f998c38998d364be9b054.zip
CMake-aef8110c36773c11283f998c38998d364be9b054.tar.gz
CMake-aef8110c36773c11283f998c38998d364be9b054.tar.bz2
added test of SET CACHE FORCE
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable')
-rw-r--r--Tests/ComplexRelativePaths/Executable/complex.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx
index c5969cb..7aa4140 100644
--- a/Tests/ComplexRelativePaths/Executable/complex.cxx
+++ b/Tests/ComplexRelativePaths/Executable/complex.cxx
@@ -809,6 +809,12 @@ int main()
cmFailed("IF inside a FOREACH block is broken");
#endif
+#ifdef FORCE_TEST
+ cmFailed("CMake SET CACHE FORCE");
+#else
+ cmPassed("CMake SET CACHE FORCE");
+#endif
+
// ----------------------------------------------------------------------
// Summary