From: Mark Wooding Date: Tue, 20 Aug 2019 19:27:05 +0000 (+0100) Subject: test/Makefile.am: Distribute `bad.sod' and `bad.ref'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/437068146bb99cb1576a430dc0f0dadf1f712ce5 test/Makefile.am: Distribute `bad.sod' and `bad.ref'. Oops. --- 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; \