mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
distribution patches
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b03c60f351
commit
3ef693a032
18 changed files with 515 additions and 88 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue