diff options
| author | Ulrich Drepper <[email protected]> | 2019-09-06 23:49:54 +0200 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2019-09-06 23:49:54 +0200 |
| commit | fcab4f6587528db731da3676decb3bedcf44c08d (patch) | |
| tree | 1cb27502bfef12cdaeb9f2fbfebf8eb01218f84e /tests/Makefile.am | |
| parent | c950e8a995dfee0b6094c9854581b103754c6bb6 (diff) | |
Implement RISC-V disassembler
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 3 |
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 |
