diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-28 08:53:46 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-28 08:53:46 +0000 |
| commit | 83dd0d6ac034aab02c68f5957b3f4e7c9e587052 (patch) | |
| tree | 2552b81d681785f0a7d6da270ca0bca9c05cf886 /tests/Makefile.am | |
| parent | 969bda4a47575b33af814c62ea876b0bbf8c5713 (diff) | |
Fix printing of location of string in strings.
Add test for strings.
spec file update.
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 b4cc1b04..78cf502b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -47,7 +47,7 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ run-strip-test6.sh run-ecp-test.sh run-ecp-test2.sh \ 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-addrscopes.sh run-strings-test.sh # run-show-ciefde.sh EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ @@ -63,7 +63,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-strip-test4.sh run-strip-test5.sh run-strip-test6.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-addrscopes.sh run-strings-test.sh \ testfile15.bz2 testfile15.debug.bz2 \ testfile16.bz2 testfile16.debug.bz2 \ testfile17.bz2 testfile17.debug.bz2 \ |
