tests/command_test.c : Add a test for BEXT in RF64.

This commit is contained in:
Erik de Castro Lopo 2009-08-30 12:14:50 +10:00
parent dfbba12575
commit 3fdcfaac9e
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
Apply a patch (massaged slightly) from Uli Franke adding handling of the
BEXT chunk in RF64 files.
* tests/command_test.c
Add a test for the above.
2009-07-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/common.h

View File

@ -141,6 +141,9 @@ main (int argc, char *argv [])
broadcast_test ("broadcast.wavex", SF_FORMAT_WAVEX | SF_FORMAT_PCM_16) ;
broadcast_rdwr_test ("broadcast.wavex", SF_FORMAT_WAVEX | SF_FORMAT_PCM_16) ;
broadcast_test ("broadcast.rf64", SF_FORMAT_RF64 | SF_FORMAT_PCM_16) ;
broadcast_rdwr_test ("broadcast.rf64", SF_FORMAT_RF64 | SF_FORMAT_PCM_16) ;
test_count ++ ;
} ;