From: Fabrice Bellard <fabrice@bellard.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4602] update
Date: Wed, 28 May 2008 12:35:42 +0000 [thread overview]
Message-ID: <E1K1KsY-0001IT-R5@cvs.savannah.gnu.org> (raw)
Revision: 4602
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4602
Author: bellard
Date: 2008-05-28 12:35:42 +0000 (Wed, 28 May 2008)
Log Message:
-----------
update
Modified Paths:
--------------
trunk/tests/Makefile
Modified: trunk/tests/Makefile
===================================================================
--- trunk/tests/Makefile 2008-05-28 12:34:49 UTC (rev 4601)
+++ trunk/tests/Makefile 2008-05-28 12:35:42 UTC (rev 4602)
@@ -5,13 +5,14 @@
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 @@
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
reply other threads:[~2008-05-28 12:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1K1KsY-0001IT-R5@cvs.savannah.gnu.org \
--to=fabrice@bellard.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.