summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RuntimePath
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Add multi-config variantKyle Edwards2019-12-133-9/+22
| | | | Co-Authored-by: vector-of-bool <vectorofbool@gmail.com>
* BUILD_RPATH/INSTALL_RPATH: Add generator expression supportKyle Edwards2019-06-253-20/+50
| | | | Fixes: #19423
* RPATH: Add option for using $ORIGIN in build treePeter Wu2018-10-264-1/+90
| | | | | | | | | This makes binaries independent of the build directory by not embedding the build directory via RPATH. The tests are partially based on the existing RuntimePath test, but with the check moved into a POST_BUILD command such that it can be skipped when the platform lacks support. Fixes: #18413
* GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-291-1/+1
|
* Tests: Add case for RPATH exclusion of symlinks to implicit directoriesBrad King2017-03-028-0/+71
Issue: #16682