Search
lxdream.org :: lxdream :: r522:791d2f0fb7e7
lxdream 0.9.1
released Jun 29
Download Now
changeset522:791d2f0fb7e7
parent521:33d2d92784c7
child523:f33381d87c2a
authornkeynes
dateSat Nov 17 01:16:06 2007 +0000 (16 years ago)
Return the number of failed tests (ie 0 = success)
test/sh4/testsh4.c
1.1 --- a/test/sh4/testsh4.c Sat Nov 17 01:13:41 2007 +0000
1.2 +++ b/test/sh4/testsh4.c Sat Nov 17 01:16:06 2007 +0000
1.3 @@ -80,4 +80,5 @@
1.4
1.5 fprintf( stdout, "Total: %d/%d tests passed (%d%%)\n", total_tests-total_fails,
1.6 total_tests, ((total_tests-total_fails)*100)/total_tests );
1.7 + return total_fails;
1.8 }
.