diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-28 12:35:42 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-28 12:35:42 +0000 |
commit | 6f7044faab193de2f1e8b66178e6b17de89e9841 (patch) | |
tree | 1e7631250a4b81d7a43d44dbaa7a6aa6baf9d6d1 /tests | |
parent | a5973fbff16ec5f58b648929beb885da3f6e2373 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4602 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7f19fde703..95112383e0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,13 +5,14 @@ CFLAGS=-Wall -O2 -g -fno-strict-aliasing LDFLAGS= ifeq ($(ARCH),i386) -TESTS=linux-test testthread sha1-i386 test-i386 runcom +TESTS=linux-test testthread sha1-i386 test-i386 endif ifeq ($(ARCH),x86_64) TESTS=test-x86_64 endif TESTS+=sha1# test_path #TESTS+=test_path +#TESTS+=runcom QEMU=../i386-linux-user/qemu-i386 @@ -46,10 +47,6 @@ test: endif $(QEMU) test-i386 > test-i386.out @if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK"; fi -ifeq ($(ARCH),i386) - $(QEMU) -no-code-copy test-i386 > test-i386.out - @if diff -u test-i386.ref test-i386.out ; then echo "Auto Test OK (no code copy)"; fi -endif .PHONY: test-mmap test-mmap: test-mmap.c |