summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Library/test_preprocess.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/test_preprocess.cmake')
-rw-r--r--Tests/ComplexRelativePaths/Library/test_preprocess.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/ComplexRelativePaths/Library/test_preprocess.cmake b/Tests/ComplexRelativePaths/Library/test_preprocess.cmake
deleted file mode 100644
index d2d9fc6..0000000
--- a/Tests/ComplexRelativePaths/Library/test_preprocess.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-SET(TEST_FILE CMakeFiles/create_file.dir/create_file.i)
-FILE(READ ${TEST_FILE} CONTENTS)
-IF("${CONTENTS}" MATCHES "Unable to close")
- MESSAGE(STATUS "${TEST_FILE} created successfully!")
-ELSE("${CONTENTS}" MATCHES "Unable to close")
- MESSAGE(FATAL_ERROR "${TEST_FILE} creation failed!")
-ENDIF("${CONTENTS}" MATCHES "Unable to close")