diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-02-09 09:53:04 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-02-11 13:17:02 -0800 |
commit | ea544eb48bb7414a76b059ff285b63ce1cf1fbda (patch) | |
tree | 2db7f3d65564abca46d39aebbd6abeddf8f3be6c /Makefile | |
parent | 8c62fa9121eacf5cde1ed59bf0cca896227a44d5 (diff) |
tests: Add fuzzing dictionaries
Hopefully this will allow for better fuzzing coverage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ endif fuzz_%: $(BUILD)/fuzz_% @mkdir -p build/$@ - $< build/$@ tests/data_$* + $< build/$@ tests/data_$* -max_len=1024 -dict=tests/fuzz_$*.dict clean: rm -rf $(BUILD) |