1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Add new fuzzer to build targets

This commit is contained in:
senhuang42
2020-11-16 10:54:55 -05:00
parent ed575963c5
commit 26bc0bfdf6
2 changed files with 6 additions and 1 deletions

View File

@ -61,6 +61,7 @@ TARGET_INFO = {
'dictionary_stream_round_trip': TargetInfo(InputType.RAW_DATA),
'decompress_dstSize_tooSmall': TargetInfo(InputType.RAW_DATA),
'fse_read_ncount': TargetInfo(InputType.RAW_DATA),
'sequence_compression_api': TargetInfo(InputType.RAW_DATA),
}
TARGETS = list(TARGET_INFO.keys())
ALL_TARGETS = TARGETS + ['all']