summaryrefslogtreecommitdiffstats
path: root/Tests
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
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')
-rw-r--r--Tests/RunCMake/file-RPATH/XCOFF/xcoff32.binbin0 -> 1706 bytes
-rw-r--r--Tests/RunCMake/file-RPATH/XCOFF/xcoff64.binbin0 -> 2291 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/Tests/RunCMake/file-RPATH/XCOFF/xcoff32.bin b/Tests/RunCMake/file-RPATH/XCOFF/xcoff32.bin
new file mode 100644
index 0000000..2d8d961
--- /dev/null
+++ b/Tests/RunCMake/file-RPATH/XCOFF/xcoff32.bin
Binary files differ
diff --git a/Tests/RunCMake/file-RPATH/XCOFF/xcoff64.bin b/Tests/RunCMake/file-RPATH/XCOFF/xcoff64.bin
new file mode 100644
index 0000000..bb5f5a7
--- /dev/null
+++ b/Tests/RunCMake/file-RPATH/XCOFF/xcoff64.bin
Binary files differ