summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2019-09-06 23:49:54 +0200
committerUlrich Drepper <[email protected]>2019-09-06 23:49:54 +0200
commitfcab4f6587528db731da3676decb3bedcf44c08d (patch)
tree1cb27502bfef12cdaeb9f2fbfebf8eb01218f84e /tests/Makefile.am
parentc950e8a995dfee0b6094c9854581b103754c6bb6 (diff)
Implement RISC-V disassembler
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f12e48f8..d87d9616 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -165,7 +165,8 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \
run-strip-version.sh run-xlate-note.sh \
run-readelf-discr.sh \
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
if !BIARCH
export ELFUTILS_DISABLE_BIARCH = 1