From ea544eb48bb7414a76b059ff285b63ce1cf1fbda Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 9 Feb 2017 09:53:04 -0800 Subject: tests: Add fuzzing dictionaries Hopefully this will allow for better fuzzing coverage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3