summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTest
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-02 20:54:33 (GMT)
committerBrad King <brad.king@kitware.com>2021-02-03 17:26:23 (GMT)
commit69e1d95a8a6c75f7a1be1259fefe938265cbf4dc (patch)
tree3384a508c1edc600ffd2a9e158618da5ea530e2b /Tests/RunCMake/CTest
parentf79d991dfd607a6444fe5636fc264cc204fcb2ea (diff)
downloadCMake-69e1d95a8a6c75f7a1be1259fefe938265cbf4dc.zip
CMake-69e1d95a8a6c75f7a1be1259fefe938265cbf4dc.tar.gz
CMake-69e1d95a8a6c75f7a1be1259fefe938265cbf4dc.tar.bz2
Tests: Add sample XCOFF binaries
Generate the binaries as follows: $ cat main.c int main(void) { return 0; } $ xlc -q64 -o xcoff64.bin -Wl,-blibpath:/sample/rpath:/usr/lib:/lib main.c $ strip -X 64 xcoff64.bin $ xlc -q32 -o xcoff32.bin -Wl,-blibpath:/sample/rpath:/usr/lib:/lib main.c $ strip -X 32 xcoff32.bin
Diffstat (limited to 'Tests/RunCMake/CTest')
0 files changed, 0 insertions, 0 deletions