aboutsummaryrefslogtreecommitdiff
path: root/tests/run-copymany-be32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-copymany-be32.sh')
-rwxr-xr-xtests/run-copymany-be32.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/run-copymany-be32.sh b/tests/run-copymany-be32.sh
new file mode 100755
index 00000000..dc32e7a9
--- /dev/null
+++ b/tests/run-copymany-be32.sh
@@ -0,0 +1,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