filename | test/sh4/testsh4.c |
changeset | 358:65043a8f5785 |
prev | 357:3592a10b3242 |
next | 364:d738f6883d4a |
author | nkeynes |
date | Thu Aug 23 12:31:31 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Add tests for mac.l and mac.w Start test cases for fmov Update exception tests |
file | annotate | diff | log | raw |
1.1 --- a/test/sh4/testsh4.c Tue Feb 13 08:34:27 2007 +00001.2 +++ b/test/sh4/testsh4.c Thu Aug 23 12:31:31 2007 +00001.3 @@ -55,7 +55,9 @@1.4 test_bt();1.5 test_cmp();1.6 test_float();1.7 + test_fmov();1.8 test_ftrc();1.9 + test_mac();1.10 fprintf( stdout, "--> %d/%d instruction tests passed (%d%%)\n\n",1.11 total_tests-total_fails, total_tests,1.12 ((total_tests-total_fails)*100)/total_tests );
.