1.1 --- a/test/Makefile Sat Sep 23 10:35:29 2006 +0000
1.2 +++ b/test/Makefile Mon Sep 25 11:13:56 2006 +0000
1.5 build-tests: testsh4 testmath testide testta testregs
1.7 -testsh4: crt0.so sh4/testsh4.so sh4/timer.so \
1.8 - sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so
1.9 +testsh4: crt0.so sh4/testsh4.so sh4/timer.so sh4/interrupt.so \
1.10 + sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.12 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.14 testide: crt0.so testide.so ide.so