diff --git a/src/test_unit/main.c b/src/test_unit/main.c index 84d36f82..0e746555 100644 --- a/src/test_unit/main.c +++ b/src/test_unit/main.c @@ -27,13 +27,13 @@ int main(int argc, char *argv[]) if(0 != test_bitbuffer()) return 1; - if(0 != test_metadata()) - return 1; - if(0 != test_decoders()) return 1; /* the encoder is tested relatively well in the file_utils */ + if(0 != test_metadata()) + return 1; + return 0; }