diff options
author | Brad King <brad.king@kitware.com> | 2009-04-29 17:13:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-04-29 17:13:58 (GMT) |
commit | e0d3339e655049cc44e27861a5c65ce0dc2ef39a (patch) | |
tree | d723fdf56d25e225a701da5c51030bc65f7cad08 /Tests/CMakeTests/File-Copy-LateArg.cmake | |
parent | c58ca242865118d65b5add11a256832d177afe6d (diff) | |
download | CMake-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-LateArg.cmake')
-rw-r--r-- | Tests/CMakeTests/File-Copy-LateArg.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/File-Copy-LateArg.cmake b/Tests/CMakeTests/File-Copy-LateArg.cmake new file mode 100644 index 0000000..43d2168 --- /dev/null +++ b/Tests/CMakeTests/File-Copy-LateArg.cmake @@ -0,0 +1 @@ +file(COPY FileTest.cmake DESTINATION tmp PATTERN * FILE_PERMISSIONS) |