From a0c7e40cf64d4512cc21ee5cdb9ba1341055f11c Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 19 Jan 2018 00:41:31 +0100 Subject: 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. --- t/check12.sh | 1 + 1 file changed, 1 insertion(+) (limited to 't/check12.sh') 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 -- cgit v1.2.1