summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-06-29 14:07:56 -0700
committerKeith Packard <keithp@keithp.com>2017-06-29 14:16:26 -0700
commitf1d03fa00418364659f5209bbfe8ddf69968fec7 (patch)
tree0875e08f0ac57b42ff8d91e68ace1f636349d399
parentb618f49bc416a817fafb6a67aa844378690d453c (diff)
Remove test -out.png files during 'make clean'
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index fbde6d9..00819fe 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -38,6 +38,9 @@ TESTS=test.5c
EXTRA_DIST=$(NICKLEFILES) $(REFPNG)
+clean-local:
+ rm -f *-out.png
+
set-ref: test-suite.log
for ref in $(REFPNG); do \
out=`echo $$ref | sed 's/-ref.png/-out.png/'`; \