filename | test/Makefile |
changeset | 357:3592a10b3242 |
prev | 344:bac957de4843 |
next | 358:65043a8f5785 |
author | nkeynes |
date | Tue Feb 13 08:34:27 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Add tests for FLOAT and FTRC Comment out user-mode exception test (broken) |
file | annotate | diff | log | raw |
1.1 --- a/test/Makefile Wed Jan 31 11:01:36 2007 +00001.2 +++ b/test/Makefile Tue Feb 13 08:34:27 2007 +00001.3 @@ -74,6 +74,7 @@1.4 testsh4: crt0.so sh4/testsh4.so timer.so interrupt.so \1.5 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \1.6 sh4/bf.so sh4/bt.so sh4/cmp.so \1.7 + sh4/float.so sh4/ftrc.so \1.8 sh4/excslot.so sh4/undef.so1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)1.10 $(SH4OBJCOPY) testsh4 testsh4.bin
.