Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 384:c9d5c194984b
prev364:d738f6883d4a
next393:5e5335b61373
author nkeynes
date Sun Sep 16 07:01:07 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add DIV1 test cases
Update comment against opcode since it looks to be validated now
file annotate diff log raw
1.1 --- a/test/Makefile Tue Sep 04 08:30:22 2007 +0000
1.2 +++ b/test/Makefile Sun Sep 16 07:01:07 2007 +0000
1.3 @@ -74,7 +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 sh4/cmpstr.so sh4/div0.so \
1.7 - sh4/float.so sh4/fmov.so sh4/ftrc.so sh4/mac.s \
1.8 + sh4/div1.so sh4/float.so sh4/fmov.so sh4/ftrc.so sh4/mac.s \
1.9 sh4/shld.so \
1.10 sh4/excslot.so sh4/undef.so
1.11 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
.