From d2af455f9ff88e9c2f4540e1635d215207e2dbc2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 4 Nov 2014 22:12:54 -0800 Subject: Improved fuzztest target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c229be..472a4b9 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ operf: $(PROG) fuzztest: for i in `seq 1 10`; do \ - time cat /dev/urandom | head -c 100000 | iconv -f latin1 -t utf-8 | $(PROG) >/dev/null; done + time cat /dev/urandom | head -c 500000 | iconv -f latin1 -t utf-8 | tee fuzz-$$i.txt | $(PROG) > /dev/null && rm fuzz-$$i.txt ; done $(SITE)/index.html: spec.txt ./make_site_index.sh $(SPECVERSION) | \ -- cgit v1.2.3