summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-09-07 21:35:10 +0200
committerMark Wielaard <mark@klomp.org>2019-09-07 21:35:10 +0200
commit1ee98b6c28fbe9ab532ef947cfe46e833535303c (patch)
treeda1d701d7ff99dba3ffe6dd2318b062be27275c1
parent2dc2ed67b10fb6cfcb0be7a623b34d319be98654 (diff)
tests: Add new riscv64 test files to EXTRA_DIST
Signed-off-by: Mark Wielaard <mark@klomp.org>
-rw-r--r--tests/ChangeLog5
-rw-r--r--tests/Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 87c23102..b01ff965 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-07 Mark Wielaard <mark@klomp.org>
+
+ * Makefile.am (EXTRA_DIST): Add run-disasm-riscv64.sh,
+ testfile-riscv64-dis1.o.bz2 and testfile-riscv64-dis1.expect.bz2.
+
2019-08-27 Mark Wielaard <mark@klomp.org>
* run-readelf-test2.sh: Add -x num testcase.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d87d9616..ad0855de 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -438,7 +438,9 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \
run-readelf-discr.sh \
testfile-rng.debug.bz2 testfile-urng.debug.bz2 \
run-dwelf_elf_e_machine_string.sh \
- run-elfclassify.sh run-elfclassify-self.sh
+ run-elfclassify.sh run-elfclassify-self.sh \
+ run-disasm-riscv64.sh \
+ testfile-riscv64-dis1.o.bz2 testfile-riscv64-dis1.expect.bz2
if USE_VALGRIND
valgrind_cmd='valgrind -q --leak-check=full --error-exitcode=1'