Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 226:0eeeb25447d3
prev225:e5cea6125580
next228:70adc8ffa8d1
author nkeynes
date Sat Sep 23 10:35:29 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change SH4 tests: Add tests for addc, addv, and
file annotate diff log raw
1.1 --- a/test/Makefile Wed Sep 20 09:52:32 2006 +0000
1.2 +++ b/test/Makefile Sat Sep 23 10:35:29 2006 +0000
1.3 @@ -69,9 +69,10 @@
1.4 $(RUNTEST) testta < testta.data < testta2.data < testta3.data < testta4.data < testta5.data
1.5 $(RUNTEST) testregs
1.6
1.7 -build-tests: testmath testide testta testregs
1.8 +build-tests: testsh4 testmath testide testta testregs
1.9
1.10 -testsh4: crt0.so sh4/testsh4.so sh4/timer.so sh4/add.so
1.11 +testsh4: crt0.so sh4/testsh4.so sh4/timer.so \
1.12 + sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so
1.13 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.14
1.15 testide: crt0.so testide.so ide.so
.