diff options
| author | Mark Wielaard <[email protected]> | 2011-05-30 15:46:32 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2011-05-30 15:46:32 +0200 |
| commit | 3f2290ba080f91b93db882bcdeb577b34742018b (patch) | |
| tree | 327aadc4b1c411d6be1414c9bd4f78dd148a4cca | |
| parent | 63868c2afb1123bf8ac2f99048e6f3f70dcf4c0e (diff) | |
Add missing test wrappers to Makefile.am (EXTRA_DIST).
| -rw-r--r-- | tests/ChangeLog | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index a0511ec7..e92b3441 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2011-05-30 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Add run-readelf-twofiles.sh and + run-rerequest_tag.sh + 2011-05-24 Mark Wielaard <[email protected]> * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2. diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f93ff01..552942dc 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 \ |
