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

. $srcdir/test-copymany-subr.sh

# 64bit, little endian, rel
testfiles testfile38
test_copy_and_add testfile38
test_copy_and_add testfile38.copy

# 64bit, little endian, non-rel
testfiles testfile10
test_copy_and_add testfile10
test_copy_and_add testfile10.copy

exit 0