From: Roland McGrath Date: Fri, 8 May 2009 01:19:16 +0000 (-0700) Subject: Cosmetic fixup and missed EXTRA_DIST file. X-Git-Tag: elfutils-0.142~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c735a9f6e2a47ba06914de1eb84bfa4300b4b03;p=thirdparty%2Felfutils.git Cosmetic fixup and missed EXTRA_DIST file. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 66d2a97e4..e31dcbb46 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -3,14 +3,14 @@ * testfile51.bz2: New data file. * dwarf-getmacros.c: New test core. * run-dwarf-getmacros.sh: New test wrapper. - * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST, - dwarf_getmacros_LDADD): Add new files. + * Makefile.am (TESTS, EXTRA_DIST, noinst_PROGRAMS): Add them. + (dwarf_getmacros_LDADD): New variable. 2009-04-23 Ulrich Drepper * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS). (rdwrmmap_LDADD): Add $(libmudflap). - + 2009-04-21 Roland McGrath * testfile50.bz2: New data file. diff --git a/tests/Makefile.am b/tests/Makefile.am index f2341ae0d..956b7253d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -119,6 +119,7 @@ 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 \ testfile15.bz2 testfile15.debug.bz2 \ testfile16.bz2 testfile16.debug.bz2 \ testfile17.bz2 testfile17.debug.bz2 \ @@ -141,7 +142,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile44.S.bz2 testfile44.expect.bz2 run-disasm-x86.sh \ testfile45.S.bz2 testfile45.expect.bz2 run-disasm-x86-64.sh \ testfile46.bz2 testfile47.bz2 testfile48.bz2 testfile48.debug.bz2 \ - testfile49.bz2 testfile50.bz2 run-dwarf-getmacros.sh + testfile49.bz2 testfile50.bz2 testfile51.bz2 installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \