summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhil Turnbull <philipturnbull@github.com>2017-06-23 14:30:19 -0700
committerPhil Turnbull <philipturnbull@github.com>2017-06-27 15:37:03 -0400
commit70a6a168146baa6ab0df33d4ddf424ba5d40b151 (patch)
tree218308e053e77f7004e97dbfa6a1a94bd525322a /Makefile
parent86286978822cc9742f9c6a9f2fe6f4f32af05f9d (diff)
Move fuzzing dictionary into single file
This allows AFL and libFuzzer to use the same dictionary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 987ed2b..1b58bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ afl:
$(AFL_PATH)/afl-fuzz \
-i test/afl_test_cases \
-o test/afl_results \
- -x test/afl_dictionary \
+ -x test/fuzzing_dictionary \
-t 100 \
$(CMARK) $(CMARK_OPTS)