test/Makefile.am: Distribute `bad.sod' and `bad.ref'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 20 Aug 2019 19:27:05 +0000 (20:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 12:09:48 +0000 (13:09 +0100)
Oops.

test/Makefile.am

index 34ca415..62f7364 100644 (file)
@@ -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; \