[fuzz] Add raw dictionary content fuzzer

This commit is contained in:
Nick Terrell
2020-05-11 19:03:33 -07:00
parent 301a62fe08
commit 1185dfb8d1
3 changed files with 204 additions and 28 deletions
+1
View File
@@ -57,6 +57,7 @@ TARGET_INFO = {
'zstd_frame_info': TargetInfo(InputType.COMPRESSED_DATA),
'simple_compress': TargetInfo(InputType.RAW_DATA),
'dictionary_loader': TargetInfo(InputType.DICTIONARY_DATA),
'raw_dictionary_round_trip': TargetInfo(InputType.RAW_DATA),
}
TARGETS = list(TARGET_INFO.keys())
ALL_TARGETS = TARGETS + ['all']