From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1Ksb-0001Yi-7s for qemu-devel@nongnu.org; Wed, 28 May 2008 08:35:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1Ksa-0001YB-6J for qemu-devel@nongnu.org; Wed, 28 May 2008 08:35:44 -0400 Received: from [199.232.76.173] (port=51137 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1Ksa-0001Y6-0m for qemu-devel@nongnu.org; Wed, 28 May 2008 08:35:44 -0400 Received: from savannah.gnu.org ([199.232.41.3]:34460 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1Ksa-0006qu-0D for qemu-devel@nongnu.org; Wed, 28 May 2008 08:35:44 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1K1KsZ-0001IX-0w for qemu-devel@nongnu.org; Wed, 28 May 2008 12:35:43 +0000 Received: from bellard by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1K1KsY-0001IT-R5 for qemu-devel@nongnu.org; Wed, 28 May 2008 12:35:42 +0000 MIME-Version: 1.0 Errors-To: bellard Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Fabrice Bellard Message-Id: Date: Wed, 28 May 2008 12:35:42 +0000 Subject: [Qemu-devel] [4602] update Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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