[fuzzer] Add dictionary fuzzers

This commit is contained in:
Nick Terrell
2019-04-08 21:07:28 -07:00
parent 462918560c
commit 7a1fde2957
6 changed files with 239 additions and 5 deletions
+2
View File
@@ -34,6 +34,8 @@ TARGETS = [
'simple_decompress',
'stream_decompress',
'block_decompress',
'dictionary_round_trip',
'dictionary_decompress',
]
ALL_TARGETS = TARGETS + ['all']
FUZZ_RNG_SEED_SIZE = 4