1.1 --- a/test/Makefile Mon Sep 25 11:13:56 2006 +0000
1.2 +++ b/test/Makefile Mon Sep 25 12:20:58 2006 +0000
1.4 $(RUNTEST) testta < testta.data < testta2.data < testta3.data < testta4.data < testta5.data
1.7 -build-tests: testsh4 testmath testide testta testregs
1.8 +build-tests: testsh4 testmath testide testta testregs testrend
1.10 -testsh4: crt0.so sh4/testsh4.so sh4/timer.so sh4/interrupt.so \
1.11 +testsh4: crt0.so sh4/testsh4.so timer.so interrupt.so \
1.12 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.14 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.15 + $(SH4OBJCOPY) testsh4 testsh4.bin
1.17 testide: crt0.so testide.so ide.so
1.18 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.19 + $(SH4OBJCOPY) testide testide.bin
1.21 testmath: crt0.so $(SHARED_OBJECTS) testmath.so math.so
1.22 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)