summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_program
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Cover find_program when the environment duplicate some HINTSBrad King2015-09-155-0/+12
| | | | Reported-by: Marc CHEVRIER <marc.chevrier@sap.com>
* find_program: Optionally consider all names in each directoryBrad King2015-09-023-0/+8
| | | | | | | When more than one value is given to the NAMES option this command by default will consider one name at a time and search every directory for it. Add a NAMES_PER_DIR option to tell this command to consider one directory at a time and search for all names in it.
* Tests: Add explicit testing for find_programBrad King2015-09-0213-0/+34
Previously this command was tested only implicitly as part of larger tests. Add a RunCMake.find_program test to cover find_program cases specifically and independently.