--- a/test/Makefile Sat Sep 23 10:35:29 2006 +0000 +++ b/test/Makefile Mon Sep 25 11:13:56 2006 +0000 @@ -71,8 +71,9 @@ build-tests: testsh4 testmath testide testta testregs -testsh4: crt0.so sh4/testsh4.so sh4/timer.so \ - sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so +testsh4: crt0.so sh4/testsh4.so sh4/timer.so sh4/interrupt.so \ + sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \ + sh4/bf.so $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS) testide: crt0.so testide.so ide.so