From 437068146bb99cb1576a430dc0f0dadf1f712ce5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 20 Aug 2019 20:27:05 +0100 Subject: [PATCH] test/Makefile.am: Distribute `bad.sod' and `bad.ref'. Oops. --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index 34ca415..62f7364 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -48,6 +48,7 @@ TESTS += test check_PROGRAMS += test -include test.c-dep test.h-dep +EXTRA_DIST += bad.sod bad.ref bad.out: bad.sod $(SOD) $(SOD) -tc $(srcdir)/bad.sod >bad.raw-out 2>bad.raw-err; rc=$$?; \ { sed 's/^/| /' bad.raw-out; \ -- 2.11.0