summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-02-09 09:53:04 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-02-11 13:17:02 -0800
commitea544eb48bb7414a76b059ff285b63ce1cf1fbda (patch)
tree2db7f3d65564abca46d39aebbd6abeddf8f3be6c /Makefile
parent8c62fa9121eacf5cde1ed59bf0cca896227a44d5 (diff)
tests: Add fuzzing dictionaries
Hopefully this will allow for better fuzzing coverage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e483e02..500675c 100644
--- a/Makefile
+++ b/Makefile
@@ -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)