Search
lxdream.org :: lxdream/test/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile.in
changeset 794:879c5929c7ef
prev753:1fe39c3a9bbc
next808:da414654f3fa
author nkeynes
date Wed Jul 30 03:00:40 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add debian changelog file
file annotate diff log raw
1.1 --- a/test/Makefile.in Sun Jul 20 11:36:48 2008 +0000
1.2 +++ b/test/Makefile.in Wed Jul 30 03:00:40 2008 +0000
1.3 @@ -65,8 +65,8 @@
1.4 $(RUNTESTX) testsh4
1.5 $(RUNTEST) testmmu
1.6 $(RUNTEST) testregs
1.7 - cat testta.data testta2.data testta3.data testta4.data testta5.data | $(RUNTEST) testta
1.8 - cat testsort.data | $(RUNTEST) testta
1.9 + cat $(srcdir)/testta.data $(srcdir)/testta2.data $(srcdir)/testta3.data $(srcdir)/testta4.data $(srcdir)/testta5.data | $(RUNTEST) testta
1.10 + cat $(srcdir)/testsort.data | $(RUNTEST) testta
1.11 # $(RUNTEST) testide -d ../disc/test.nrg
1.12
1.13
1.14 @@ -160,7 +160,8 @@
1.15 sh4/subc.s sh4/tas.s sh4/testsh4.c sh4/tlb.s sh4/trapa.s sh4/undef.s \
1.16 sh4/xtrct.s testdata.c testdata.h testdisp.c testide.c testmath.c \
1.17 testmmu.c testregs.c testrend.c testspu.c testta.c testyuv.c timer.c timer.h \
1.18 - dc.x lib/libc.a lib/libm.a lib/newlib-1.8.2-dc.patch \
1.19 + testta.data testta2.data testta3.data testta4.data testta5.data testsort.data \
1.20 + lxdream.rc dc.x lib/libc.a lib/libm.a lib/newlib-1.8.2-dc.patch \
1.21 include/_ansi.h include/_syslist.h include/ar.h include/assert.h include/ctype.h \
1.22 include/dirent.h include/errno.h include/fastmath.h include/fcntl.h include/grp.h \
1.23 include/ieeefp.h include/locale.h include/machine/fastmath.h include/machine/ieeefp.h \
.