Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix CMake.ELF test with read-only source (#15489) | Bill Newcomb | 2015-04-01 | 1 | -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 further | Brad King | 2009-10-27 | 1 | -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. |