Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 228:70adc8ffa8d1
prev226:0eeeb25447d3
next230:dc79fdf5257c
author nkeynes
date Mon Sep 25 11:13:56 2006 +0000 (16 years ago)
permissions -rw-r--r--
last change Commit BF tests and initial exception handler
file annotate diff log raw
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.3 @@ -71,8 +71,9 @@
1.4
1.5 build-tests: testsh4 testmath testide testta testregs
1.6
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.11 + sh4/bf.so
1.12 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.13
1.14 testide: crt0.so testide.so ide.so
.