From: Roland McGrath Date: Wed, 14 Apr 2010 20:10:47 +0000 (-0700) Subject: Add missing file for dist. X-Git-Tag: elfutils-0.146~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26618d8ba30ce71d1ac4a11f02cb13dd7ccd330f;p=platform%2Fupstream%2Felfutils.git Add missing file for dist. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 2ed847f..e4f469c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2010-04-14 Roland McGrath + + * Makefile.am (EXTRA_DIST): Add run-test-flag-nobits.sh here too. + 2010-04-10 Ulrich Drepper * msg_tst.c: Adjust expected error message. diff --git a/tests/Makefile.am b/tests/Makefile.am index 048bb63..008008a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -116,7 +116,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 \ + run-dwarf-getmacros.sh run-test-flag-nobits.sh \ testfile15.bz2 testfile15.debug.bz2 \ testfile16.bz2 testfile16.debug.bz2 \ testfile17.bz2 testfile17.debug.bz2 \