Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 357:3592a10b3242
prev344:bac957de4843
next358: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 +0000
1.2 +++ b/test/Makefile Tue Feb 13 08:34:27 2007 +0000
1.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.so
1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.10 $(SH4OBJCOPY) testsh4 testsh4.bin
.