summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GetPrerequisites/ExecutableScripts.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Improve RunCMake.GetPrerequisites sample executable selectionBrad King2022-11-021-1/+3
| | | | | | | Get the runtime dependencies of an executable just built by the toolchain with which tests are running. Previously we used the `cmake` binary itself, but that might have been built for a different ABI than the tested binutils support.
* GetPrerequisites: Fix handling of executable scriptsAlexander Grund2019-01-041-0/+19
Fixes: #18667