summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-17 09:55:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-18 08:04:15 -0700
commit58319aa3ffb6054d88650acba3b0678ef7c13b92 (patch)
tree5848dcdabdf0fd91a9f0de739241bc1a7cf0db8f /Makefile
parent914e82fad8d89c8ebc23bb9888754627ff24f839 (diff)
make afl: use afl_dictionary, raise timeout for hangs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)