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