From 099dd52727f2ce1a2c73cde82af8cd5e06368aec Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Aug 2007 22:58:36 +0000 Subject: missed testdata files --- tests/ChangeLog | 8 ++++++++ tests/Makefile.am | 7 ++++--- tests/run-strip-test7.sh | 5 +++++ tests/testfile39.bz2 | Bin 0 -> 2992 bytes tests/testfile40.bz2 | Bin 0 -> 2302 bytes tests/testfile40.debug.bz2 | Bin 0 -> 1398 bytes 6 files changed, 17 insertions(+), 3 deletions(-) create mode 100755 tests/run-strip-test7.sh create mode 100644 tests/testfile39.bz2 create mode 100644 tests/testfile40.bz2 create mode 100644 tests/testfile40.debug.bz2 (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index 6ac60077..cc7e0727 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2007-08-12 Roland McGrath + + * run-strip-test7.sh: New file. + * testfile39.bz2: New data file. + * testfile40.bz2: New data file. + * testfile40.debug.bz2: New data file. + * Makefile.am (TESTS, EXTRA_DIST): Add them. + 2007-08-09 Roland McGrath * dwfl-bug-report.c: Fix header inclusion. diff --git a/tests/Makefile.am b/tests/Makefile.am index 040351f9..decefe77 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -71,7 +71,8 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ run-show-abbrev.sh run-line2addr.sh hash \ newscn run-strip-test.sh run-strip-test2.sh \ run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \ - run-strip-test6.sh run-unstrip-test.sh run-unstrip-test2.sh \ + run-strip-test6.sh run-strip-test7.sh \ + run-unstrip-test.sh run-unstrip-test2.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 \ @@ -105,7 +106,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile13.bz2 run-strip-test3.sh run-allfcts.sh \ run-line2addr.sh run-elflint-test.sh testfile14.bz2 \ run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \ - run-unstrip-test.sh run-unstrip-test2.sh \ + run-strip-test7.sh run-unstrip-test.sh run-unstrip-test2.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 \ @@ -126,7 +127,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile34.bz2 testfile35.bz2 testfile35.debug.bz2 \ testfile36.bz2 testfile36.debug.bz2 \ testfile37.bz2 testfile37.debug.bz2 \ - testfile38.bz2 + testfile38.bz2 testfile39.bz2 testfile40.bz2 testfile40.debug.bz2 installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \ diff --git a/tests/run-strip-test7.sh b/tests/run-strip-test7.sh new file mode 100755 index 00000000..c65cd050 --- /dev/null +++ b/tests/run-strip-test7.sh @@ -0,0 +1,5 @@ +original=testfile39 +stripped=testfile40 +debugfile=testfile40.debug + +. $srcdir/run-strip-test.sh diff --git a/tests/testfile39.bz2 b/tests/testfile39.bz2 new file mode 100644 index 00000000..42d0fbce Binary files /dev/null and b/tests/testfile39.bz2 differ diff --git a/tests/testfile40.bz2 b/tests/testfile40.bz2 new file mode 100644 index 00000000..ad41985c Binary files /dev/null and b/tests/testfile40.bz2 differ diff --git a/tests/testfile40.debug.bz2 b/tests/testfile40.debug.bz2 new file mode 100644 index 00000000..2eec4d7a Binary files /dev/null and b/tests/testfile40.debug.bz2 differ -- cgit v1.2.1