xref: /aosp_15_r20/external/elfutils/tests/run-copymany-be64.sh (revision 7304104da70ce23c86437a01be71edd1a2d7f37e)
1#! /bin/sh
2
3. $srcdir/test-copymany-subr.sh
4
5# 64bit, big endian, rel
6testfiles testfile23
7test_copy_and_add testfile23
8test_copy_and_add testfile23.copy
9
10# 64bit, big endian, non-rel
11testfiles testfile27
12test_copy_and_add testfile27
13test_copy_and_add testfile27.copy
14
15exit 0
16