This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
146bf9267c
CMake
/
Tests
/
CMakeTests
/
File-Copy-BadRegex.cmake
2 lines
52 B
CMake
Raw
Normal View
History
Unescape
Escape
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.
2009-04-29 21:13:58 +04:00
file
(
COPY
FileTest.cmake
DESTINATION
tmp
REGEX
"("
)