summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ff52b1..097ad2d 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,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) | \