diff options
Diffstat (limited to 'tests/fuzz/fuzz.py')
-rwxr-xr-x | tests/fuzz/fuzz.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fuzz/fuzz.py b/tests/fuzz/fuzz.py index cd2a5b4d442e1..d993209a07ce2 100755 --- a/tests/fuzz/fuzz.py +++ b/tests/fuzz/fuzz.py @@ -36,6 +36,8 @@ TARGETS = [ 'block_decompress', 'dictionary_round_trip', 'dictionary_decompress', + 'zstd_frame_info', + 'simple_compress', ] ALL_TARGETS = TARGETS + ['all'] FUZZ_RNG_SEED_SIZE = 4 |