summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/get_filename_component
Commit message (Collapse)AuthorAgeFilesLines
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
| | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching.
* get_filename_component: Test ABSOLUTE of .. after root componentBrad King2013-06-041-0/+5
| | | | | Teach the RunCMake.get_filename_component test to verify that ".." does not remove the root filename component.
* get_filename_component: Add DIRECTORY option (#14091)Brad King2013-04-161-9/+10
| | | | | The name "PATH" is not precise so add equivalent option "DIRECTORY". Document the latter as preferred and the former as a legacy alias.
* get_filename_component: Add explicit unit testsBrad King2013-04-166-0/+45
Add test RunCMake.get_filename_component to cover cases of the command. Remove redundant coverage of these cases from the "complex" tests.