summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/ELFTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix CMake.ELF test with read-only source (#15489)Bill Newcomb2015-04-011-1/+1
| | | | | | | When the cmake sources are all set to read-only (e.g. after importing into perforce), the CMake.ELF test fails because the copy of the binary is also read-only and cannot be modified. Fix this by copying the binary without source permissions.
* Create CMake.ELF test to cover cmELF furtherBrad King2009-10-271-0/+48
This commit adds a CMake.ELF test to exercise cmELF and file(RPATH_*). We test all combinations of 32/64-bit and LSB/MSB binaries.