Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 190:f7653df5e832
prev185:6755a04c447f
next213:da6b1904f67b
author nkeynes
date Fri Aug 04 01:38:30 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add more tile list limit tests
Implement tile list limits in the ta core.
Rename TA_TILEEND to TA_LISTEND
file annotate diff log raw
1.1 --- a/test/Makefile Tue Jul 11 01:35:27 2006 +0000
1.2 +++ b/test/Makefile Fri Aug 04 01:38:30 2006 +0000
1.3 @@ -66,9 +66,10 @@
1.4 test: build-tests
1.5 $(RUNTEST) testmath
1.6 $(RUNTEST) testide -d ../disc/test.nrg
1.7 - $(RUNTEST) testta < testta.data
1.8 + $(RUNTEST) testta < testta.data < testta2.data < testta3.data < testta4.data < testta5.data
1.9 + $(RUNTEST) testregs
1.10
1.11 -build-tests: testmath testide testta
1.12 +build-tests: testmath testide testta testregs
1.13
1.14 testide: crt0.so testide.so ide.so
1.15 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.16 @@ -76,6 +77,10 @@
1.17 testmath: crt0.so $(SHARED_OBJECTS) testmath.so math.so
1.18 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.19
1.20 +testregs: crt0.so $(SHARED_OBJECTS) testregs.so
1.21 + $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.22 + $(SH4OBJCOPY) testregs testregs.bin
1.23 +
1.24 testta: crt0.so $(SHARED_OBJECTS) testta.so pvr.so dmac.so asic.so lib.so testdata.so
1.25 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.26 $(SH4OBJCOPY) testta testta.bin
.