From: Mark Wielaard Date: Fri, 24 Aug 2012 12:51:37 +0000 (+0200) Subject: tests: Add testfile60.bz2 to EXTRA_DIST. X-Git-Tag: elfutils-0.155~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ebc5a45896d2232f525601251ef781c10fedaa;p=thirdparty%2Felfutils.git tests: Add testfile60.bz2 to EXTRA_DIST. Signed-off-by: Mark Wielaard --- diff --git a/tests/ChangeLog b/tests/ChangeLog index a32f793ac..276462c85 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2012-08-24 Mark Wielaard + + * Makefile.am (EXTRA_DIST): Add testfile60.bz2. + 2012-08-22 Jeff Kenton * testfile60.bz2: New testfile. diff --git a/tests/Makefile.am b/tests/Makefile.am index 724d86627..d8783e5a3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -175,7 +175,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-low_high_pc.sh testfile_low_high_pc.bz2 \ run-macro-test.sh testfile-macinfo.bz2 testfile-macros.bz2 \ run-elf_cntl_gelf_getshdr.sh \ - run-test-archive64.sh testarchive64.a.bz2 + run-test-archive64.sh testarchive64.a.bz2 \ + testfile60.bz2 installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \