distribution patches

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-03-23 20:17:16 +00:00
parent b03c60f351
commit 3ef693a032
18 changed files with 515 additions and 88 deletions

View file

@ -8,7 +8,7 @@ TESTS=testclone testsig testthread sha1-i386 test-i386
endif
TESTS+=sha1
GEMU=../gemu
QEMU=../qemu
all: $(TESTS)
@ -34,7 +34,7 @@ test: test-i386
ifeq ($(ARCH),i386)
./test-i386 > test-i386.ref
endif
$(GEMU) test-i386 > test-i386.out
$(QEMU) test-i386 > test-i386.out
@if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi
# speed test
@ -46,7 +46,7 @@ sha1: sha1.c
speed: sha1 sha1-i386
time ./sha1
time $(GEMU) ./sha1-i386
time $(QEMU) ./sha1-i386
clean:
rm -f *~ *.o $(TESTS)