add yet more tests

This commit is contained in:
Josh Coalson
2002-05-31 06:27:05 +00:00
parent adfaff398d
commit aa2a7ecfd9
10 changed files with 503 additions and 531 deletions

View File

@@ -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;
}