mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add yet more tests
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "bitbuffer.h"
|
||||
#include "decoders.h"
|
||||
#include "metadata.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
@@ -29,5 +30,10 @@ int main(int argc, char *argv[])
|
||||
if(0 != test_metadata())
|
||||
return 1;
|
||||
|
||||
if(0 != test_decoders())
|
||||
return 1;
|
||||
|
||||
/* the encoder is tested relatively well in the file_utils */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user