From: Mark Wielaard Date: Mon, 30 May 2011 13:46:32 +0000 (+0200) Subject: Add missing test wrappers to Makefile.am (EXTRA_DIST). X-Git-Tag: elfutils-0.153~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f2290ba080f91b93db882bcdeb577b34742018b;p=thirdparty%2Felfutils.git Add missing test wrappers to Makefile.am (EXTRA_DIST). --- diff --git a/tests/ChangeLog b/tests/ChangeLog index a0511ec7e..e92b34419 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2011-05-30 Mark Wielaard + + * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and + run-rerequest_tag.sh + 2011-05-24 Mark Wielaard * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2. diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f93ff014..552942dc7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -122,7 +122,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-addrname-test.sh run-dwfl-bug-offline-rel.sh \ run-dwfl-addr-sect.sh run-early-offscn.sh \ run-dwarf-getmacros.sh run-test-flag-nobits.sh \ - run-dwarf-getstring.sh run-alldts.sh \ + run-dwarf-getstring.sh run-rerequest_tag.sh run-alldts.sh \ testfile15.bz2 testfile15.debug.bz2 \ testfile16.bz2 testfile16.debug.bz2 \ testfile17.bz2 testfile17.debug.bz2 \ @@ -133,7 +133,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile26.bz2 testfile27.bz2 \ coverage.sh test-subr.sh test-wrapper.sh \ run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \ - run-readelf-test4.sh \ + run-readelf-test4.sh run-readelf-twofiles.sh \ run-bug1-test.sh testfile28.bz2 testfile28.rdwr.bz2 \ testfile29.bz2 testfile29.rdwr.bz2 \ testfile30.bz2 testfile31.bz2 testfile32.bz2 testfile33.bz2 \