From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35035 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9Hdq-0002b5-3F for qemu-devel@nongnu.org; Fri, 22 Oct 2010 09:26:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9Hdn-0006zT-Sy for qemu-devel@nongnu.org; Fri, 22 Oct 2010 09:26:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9Hdn-0006zG-K8 for qemu-devel@nongnu.org; Fri, 22 Oct 2010 09:26:39 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9MDQc8X023894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Oct 2010 09:26:38 -0400 Date: Fri, 22 Oct 2010 11:26:34 -0200 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH 0/6] First part of autoconfy series: cleanup tests/ Message-ID: <20101022112634.72b672df@doriath> In-Reply-To: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> References: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Thu, 21 Oct 2010 10:18:34 +0200 Paolo Bonzini wrote: > This is a small start from the autoconfy configure series. Actually, > this part is almost completely new. It cleans up the tests Makefile > so that the i386-linux-user testsuite's Makefile targets are more > easily extensible and can work wherever a compiler for i386 is > installed. In the future this could be extended to ARM and > MIPS targets. This is unrelated to this series, but something that would be very good to have would be to move all check- programs to tests/ (or check/) and make them part of 'make test' or introduce a new 'make check'. > > Paolo Bonzini (6): > unbreak "make" from tests directory > unbreak "make" from vpath-built tests directory > disable test_enter on i386, it is broken > make runcom compile on recent distributions > fix test_path > rewrite i386 tests Makefile > > configure | 5 ++ > rules.mak | 9 ++++ > tests/Makefile | 123 ++++++++++++++++++++++++++++++++++------------------ > tests/runcom.c | 11 ++--- > tests/test-i386.c | 5 ++ > tests/test_path.c | 13 +++++- > 6 files changed, 114 insertions(+), 52 deletions(-) >