diff options
| author | Ulrich Drepper <[email protected]> | 2005-12-10 17:32:38 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-12-10 17:32:38 +0000 |
| commit | f7e1bd98262ea0ee9567b85d95f3b204134e662a (patch) | |
| tree | f564aeda51f0b70dabce53cf2afe875f4390de96 /tests/Makefile.am | |
| parent | 539529a5df3a21058f6aab55e32ea9587afba0cf (diff) | |
Fix generation of strings with relocation type names and add test case.
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 04467596..4da3bed4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -58,7 +58,7 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ run-elflint-test.sh run-elflint-self.sh run-ranlib-test.sh \ run-ranlib-test2.sh run-ranlib-test3.sh run-ranlib-test4.sh \ run-addrscopes.sh run-strings-test.sh run-funcscopes.sh \ - run-find-prologues.sh run-allregs.sh + run-find-prologues.sh run-allregs.sh run-readelf-test1.sh # run-show-ciefde.sh if !STANDALONE @@ -94,7 +94,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile20.bz2 testfile20.index.bz2 \ testfile21.bz2 testfile21.index.bz2 \ testfile22.bz2 testfile23.bz2 testfile24.bz2 testfile25.bz2 \ - coverage.sh test-subr.sh test-wrapper.sh + coverage.sh test-subr.sh test-wrapper.sh run-readelf-test1.sh installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \ |
