From: Josh Coalson Date: Sat, 1 Jun 2002 05:33:15 +0000 (+0000) Subject: minor tweak X-Git-Tag: 1.2.0~1880 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d57c594b7f5c4b0e7e1585471662017d27a09cf2;p=platform%2Fupstream%2Fflac.git minor tweak --- diff --git a/src/test_unit/main.c b/src/test_unit/main.c index 84d36f8..0e74655 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; }