summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file-CHMOD
Commit message (Collapse)AuthorAgeFilesLines
* cmFileCommand: Report keyword errors via argument parser resultsBrad King2022-07-223-3/+9
|
* Tests: Add RunCMake.file-CHMOD cases for keywords missing valuesBrad King2022-07-2013-7/+21
| | | | | These make the existing `no-perms` case redundant, so repurpose it to replace `no-keyword`.
* Tests: Simplify RunCMake.file-CHMOD casesBrad King2022-07-2015-72/+44
| | | | | Run each case as a `cmake -P` script instead of a full project. The caller handles build directory removal and creation.
* Tests: Simplify RunCMake.file-CHMOD case namesBrad King2022-07-2021-14/+14
| | | | The `CHMOD-` prefix is redundant with the overall test name.
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+1
| | | | Detect MSYS as CYGWIN, with the required adaptations.
* file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-2622-0/+99
Fixes: #21057 Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>