about summary refs log tree commit diff
path: root/test/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-09-25 02:09:44 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-09-25 02:09:44 +0000
commitca00385342fb1122965d02e55fff15288138ee40 (patch)
treecaa34dba6739b33a01f905096c2546aa4161ec74 /test/Makefile
parent9bd08f60e4fd68a4527411ed49ac0ae46e166e7f (diff)
downloadnetpbm-mirror-ca00385342fb1122965d02e55fff15288138ee40.tar.gz
netpbm-mirror-ca00385342fb1122965d02e55fff15288138ee40.tar.xz
netpbm-mirror-ca00385342fb1122965d02e55fff15288138ee40.zip
New tests for 'pamaltsat', 'pamgetcolor', 'pamlevels', 'pamtris'; Various test fixes
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3338 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4f0c063f..c640dfff 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -31,4 +31,4 @@ include $(SRCDIR)/common.mk
 distclean clean: cleanlocal
 .PHONY: cleanlocal
 cleanlocal:
-	rm -f $(PROGS) $(OKSTOGENERATE)
+	rm -f $(PROGS) $(patsubst %.rand-ok,%.ok,$(wildcard *.rand-ok))