summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/FileTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rpath_remove_file_is_not_executable test case. It fails on ↵David Cole2009-10-171-1/+1
| | | | Windows, but passes on Linux. Put back later after addressing inconsistency.
* Fixed issues with message text in FILE command error situations. Added many ↵David Cole2009-10-171-1/+1
| | | | new test cases to increase the coverage of the FILE command even further.
* Add more testing coverage of the FILE command.David Cole2009-10-161-0/+19
|
* Factor out CMake.File test result check for re-useBrad King2009-09-161-35/+10
| | | | | | | The CMake.File test runs several scripts through "cmake -P" and checks the output and result against known good values. This commit factors out the checking code into a separate CMakeCheckTest module. The module may be used by new tests.
* 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.