summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/File-Copy-NoFile.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-04-29 17:13:58 (GMT)
committerBrad King <brad.king@kitware.com>2009-04-29 17:13:58 (GMT)
commite0d3339e655049cc44e27861a5c65ce0dc2ef39a (patch)
treed723fdf56d25e225a701da5c51030bc65f7cad08 /Tests/CMakeTests/File-Copy-NoFile.cmake
parentc58ca242865118d65b5add11a256832d177afe6d (diff)
downloadCMake-e0d3339e655049cc44e27861a5c65ce0dc2ef39a.zip
CMake-e0d3339e655049cc44e27861a5c65ce0dc2ef39a.tar.gz
CMake-e0d3339e655049cc44e27861a5c65ce0dc2ef39a.tar.bz2
ENH: Test file(COPY) failure cases
This tests some cases of bad arguments to the file(COPY) signature. It checks that the proper error messages are produced.
Diffstat (limited to 'Tests/CMakeTests/File-Copy-NoFile.cmake')
-rw-r--r--Tests/CMakeTests/File-Copy-NoFile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/File-Copy-NoFile.cmake b/Tests/CMakeTests/File-Copy-NoFile.cmake
new file mode 100644
index 0000000..d5853d3
--- /dev/null
+++ b/Tests/CMakeTests/File-Copy-NoFile.cmake
@@ -0,0 +1 @@
+file(COPY does_not_exist.txt DESTINATION tmp)