This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add forgotten files to EXTRA_DIST


Signed-off-by: Petr Machata <pmachata@redhat.com>
---
 tests/ChangeLog   | 5 +++++
 tests/Makefile.am | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/tests/ChangeLog b/tests/ChangeLog
index ae2262b..223fab4 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,10 @@
 2015-03-18  Petr Machata  <pmachata@redhat.com>
 
+	* Makefile.am (EXTRA_DIST): Add run-dwarf-ranges.sh,
+	debug-ranges-no-lowpc.o.bz2.
+
+2015-03-18  Petr Machata  <pmachata@redhat.com>
+
 	* test-iterators.cc, run-test-iterators.sh: New files.
 	* Makefile.am (check_PROGRAMS) [HAVE_CXX]: Add test-iterators.
 	(TESTS) [HAVE_CXX]: Add run-test-iterators.sh.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index da17cca..dc2a946 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -169,7 +169,9 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
 	     run-find-prologues.sh run-allregs.sh run-native-test.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-getmacros.sh \
+	     run-dwarf-ranges.sh debug-ranges-no-lowpc.o.bz2 \
+	     run-test-flag-nobits.sh \
 	     run-dwarf-getstring.sh run-rerequest_tag.sh run-alldts.sh \
 	     testfile15.bz2 testfile15.debug.bz2 \
 	     testfile16.bz2 testfile16.debug.bz2 \
-- 
2.1.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]