* [Qemu-devel] [4602] update
@ 2008-05-28 12:35 Fabrice Bellard
0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-28 12:35 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-28 12:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-28 12:35 [Qemu-devel] [4602] update Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).