diff options
author | Phil Turnbull <philipturnbull@github.com> | 2017-06-23 14:30:19 -0700 |
---|---|---|
committer | Phil Turnbull <philipturnbull@github.com> | 2017-06-27 15:37:03 -0400 |
commit | 70a6a168146baa6ab0df33d4ddf424ba5d40b151 (patch) | |
tree | 218308e053e77f7004e97dbfa6a1a94bd525322a /Makefile | |
parent | 86286978822cc9742f9c6a9f2fe6f4f32af05f9d (diff) |
Move fuzzing dictionary into single file
This allows AFL and libFuzzer to use the same dictionary
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |