From: Mark Wielaard Date: Fri, 3 Sep 2021 11:10:43 +0000 (+0200) Subject: tests: Add debuginfod-subr.sh to EXTRA_DIST X-Git-Tag: elfutils-0.186~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70f36e32cfd83bdaf8a255613acff9ec2b0c0cde;p=thirdparty%2Felfutils.git tests: Add debuginfod-subr.sh to EXTRA_DIST Signed-off-by: Mark Wielaard --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 0529f6417..9540f7388 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2021-09-03 Mark Wielaard + + * debuginfod-subr.sh (EXTRA_DIST): Add debuginfod-subr.sh. + 2021-08-28 Mark Wielaard * run-debuginfod-find.sh: Use ":memory:" for the diff --git a/tests/Makefile.am b/tests/Makefile.am index 3c302e72e..c586422e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -300,7 +300,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile21.bz2 testfile21.index.bz2 \ testfile22.bz2 testfile23.bz2 testfile24.bz2 testfile25.bz2 \ testfile26.bz2 testfile27.bz2 \ - coverage.sh test-subr.sh test-wrapper.sh \ + coverage.sh test-subr.sh test-wrapper.sh debuginfod-subr.sh \ run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \ run-readelf-test4.sh run-readelf-twofiles.sh \ run-bug1-test.sh testfile28.bz2 testfile28.rdwr.bz2 \