mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
tests/chunk_test.c : Add WAVEX and RIFX tests.
This commit is contained in:
parent
3e48d7f243
commit
03ca17d444
@ -54,6 +54,8 @@ main (int argc, char *argv [])
|
||||
|
||||
if (do_all || ! strcmp (argv [1], "wav"))
|
||||
{ chunk_test ("chunks.wav", SF_FORMAT_WAV) ;
|
||||
chunk_test ("chunks.rifx", SF_ENDIAN_BIG | SF_FORMAT_WAV) ;
|
||||
chunk_test ("chunks.wavex", SF_FORMAT_WAVEX) ;
|
||||
test_count++ ;
|
||||
} ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user