From: Mathieu Lirzin Date: Thu, 18 Jan 2018 23:41:31 +0000 (+0100) Subject: tests: Distribute DEJATOOL files manually X-Git-Tag: v1.16~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c7e40cf64d4512cc21ee5cdb9ba1341055f11c;p=thirdparty%2Fautomake.git tests: Distribute DEJATOOL files manually "t/check12.sh" was failing because files declared in DEJATOOL are not automatically distributed. The test running 'make distcheck' couldn't succeed since some scripts were not distributed. This fixes automake bug#26738. * t/check12.sh (Makefile.am): Distribute files from DEJATOOL. --- diff --git a/t/check12.sh b/t/check12.sh index 34007896c..111f43318 100644 --- a/t/check12.sh +++ b/t/check12.sh @@ -59,6 +59,7 @@ cat >> Makefile.am << 'END' AUTOMAKE_OPTIONS += dejagnu DEJATOOL = hammer spanner AM_RUNTESTFLAGS = HAMMER=$(srcdir)/hammer SPANNER=$(srcdir)/spanner +EXTRA_DIST += $(DEJATOOL) EXTRA_DIST += hammer.test/hammer.exp EXTRA_DIST += spanner.test/spanner.exp END