mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
[fuzz] Add raw dictionary content fuzzer
This commit is contained in:
@ -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']
|
||||
|
Reference in New Issue
Block a user