summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/FileTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix CMake.File test for deep dir nameBrad King2009-04-291-1/+1
| | | | | This fixes the regex checking expected output of Copy-NoFile to account for line wrapping when the input directory name is long.
* ENH: Test file(COPY) failure casesBrad King2009-04-291-0/+50
This tests some cases of bad arguments to the file(COPY) signature. It checks that the proper error messages are produced.