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