[fuzz] Adding dictionary_stream_round_trip fuzzer (#2140)

* Adding dictionary_stream_round_trip

* fixing memory leak
This commit is contained in:
Bimba Shrestha
2020-05-15 13:33:31 -07:00
committed by GitHub
parent cb74ef3667
commit 255e5e3f56
3 changed files with 212 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ TARGET_INFO = {
'simple_compress': TargetInfo(InputType.RAW_DATA),
'dictionary_loader': TargetInfo(InputType.DICTIONARY_DATA),
'raw_dictionary_round_trip': TargetInfo(InputType.RAW_DATA),
'dictionary_stream_round_trip': TargetInfo(InputType.RAW_DATA),
}
TARGETS = list(TARGET_INFO.keys())
ALL_TARGETS = TARGETS + ['all']