From 58319aa3ffb6054d88650acba3b0678ef7c13b92 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 17 Apr 2015 09:55:21 -0700 Subject: make afl: use afl_dictionary, raise timeout for hangs. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a8f116e..6f58b52 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,8 @@ afl: $(AFL_PATH)/afl-fuzz \ -i test/afl_test_cases \ -o test/afl_results \ + -x test/afl_dictionary \ + -t 100 \ -m none \ $(CMARK) -- cgit v1.2.3