diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-17 09:55:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-18 08:04:15 -0700 |
commit | 58319aa3ffb6054d88650acba3b0678ef7c13b92 (patch) | |
tree | 5848dcdabdf0fd91a9f0de739241bc1a7cf0db8f | |
parent | 914e82fad8d89c8ebc23bb9888754627ff24f839 (diff) |
make afl: use afl_dictionary, raise timeout for hangs.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |