Hi,

Please don't forget to add new test files and/or shell wrappers to
tests/Makefile.am EXTRA_DIST. Otherwise they will not get into a release
tar ball created with make dist.

I added the missing ones with the attached patch.

Cheers,

Mark
commit 3f2290ba080f91b93db882bcdeb577b34742018b
Author: Mark Wielaard <[email protected]>
Date:   Mon May 30 15:46:32 2011 +0200

    Add missing test wrappers to Makefile.am (EXTRA_DIST).

diff --git a/tests/ChangeLog b/tests/ChangeLog
index a0511ec..e92b344 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 2f93ff0..552942d 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 \
_______________________________________________
elfutils-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/elfutils-devel

Reply via email to