chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
88005ae
)
test/Makefile.am: Distribute `bad.sod' and `bad.ref'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 20 Aug 2019 19:27:05 +0000
(20:27 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 22 Aug 2019 12:09:48 +0000
(13:09 +0100)
Oops.
test/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index 34ca415524a22e5b6a87ca664987759641e88591..62f7364ba5ce50b2a80f13f09b0a6a913f020463 100644
(file)
--- 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; \