--- a/test/Makefile Wed Sep 20 09:52:32 2006 +0000 +++ b/test/Makefile Sat Sep 23 10:35:29 2006 +0000 @@ -69,9 +69,10 @@ $(RUNTEST) testta < testta.data < testta2.data < testta3.data < testta4.data < testta5.data $(RUNTEST) testregs -build-tests: testmath testide testta testregs +build-tests: testsh4 testmath testide testta testregs -testsh4: crt0.so sh4/testsh4.so sh4/timer.so sh4/add.so +testsh4: crt0.so sh4/testsh4.so sh4/timer.so \ + sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS) testide: crt0.so testide.so ide.so