From: Mark Wielaard Date: Sat, 7 Sep 2019 19:35:10 +0000 (+0200) Subject: tests: Add new riscv64 test files to EXTRA_DIST X-Git-Tag: elfutils-0.178~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee98b6c28fbe9ab532ef947cfe46e833535303c;p=thirdparty%2Felfutils.git tests: Add new riscv64 test files to EXTRA_DIST Signed-off-by: Mark Wielaard --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 87c23102e..b01ff9656 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2019-09-07 Mark Wielaard + + * 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 * run-readelf-test2.sh: Add -x num testcase. diff --git a/tests/Makefile.am b/tests/Makefile.am index d87d96167..ad0855dec 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'