aboutsummaryrefslogtreecommitdiff
path: root/tests/run-copymany-be64.sh
blob: 1f06e077705b794648339413c513db791d551d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

. $srcdir/test-copymany-subr.sh

# 64bit, big endian, rel
testfiles testfile23
test_copy_and_add testfile23
test_copy_and_add testfile23.copy

# 64bit, big endian, non-rel
testfiles testfile27
test_copy_and_add testfile27
test_copy_and_add testfile27.copy

exit 0