filename | test/sh4/testsh4.c |
changeset | 399:23e51a2b4f99 |
prev | 396:0738dbc01d95 |
next | 404:c5ed3c8642a2 |
author | nkeynes |
date | Thu Sep 20 08:34:23 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Add tests for TAS.B |
file | annotate | diff | log | raw |
1.1 --- a/test/sh4/testsh4.c Wed Sep 19 11:22:43 2007 +00001.2 +++ b/test/sh4/testsh4.c Thu Sep 20 08:34:23 2007 +00001.3 @@ -66,6 +66,7 @@1.4 test_shld();1.5 test_sub();1.6 test_subc();1.7 + test_tas();1.8 test_xtrct();1.9 fprintf( stdout, "--> %d/%d instruction tests passed (%d%%)\n\n",1.10 total_tests-total_fails, total_tests,
.