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

. $srcdir/test-copymany-subr.sh

# 32bit, big endian, rel
testfiles testfile29
test_copy_and_add testfile29
test_copy_and_add testfile29.copy

# 32bit, big endian, non-rel
testfiles testfile26
test_copy_and_add testfile26
test_copy_and_add testfile26.copy

exit 0