mirror of
https://github.com/xiph/opus.git
synced 2025-05-25 12:49:12 +00:00
New regression test from Mark's fuzzing test cases
This commit is contained in:
parent
90f20c6260
commit
d0d1cf3b60
4 changed files with 967 additions and 1 deletions
tests
|
@ -680,6 +680,8 @@ int main(int _argc, char **_argv)
|
|||
fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
|
||||
if(env_used)fprintf(stderr," Random seed set from the environment (SEED=%s).\n", env_seed);
|
||||
|
||||
regression_test();
|
||||
|
||||
/*Setting TEST_OPUS_NOFUZZ tells the tool not to send garbage data
|
||||
into the decoders. This is helpful because garbage data
|
||||
may cause the decoders to clip, which angers CLANG IOC.*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue