From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49753 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8qMc-0004DS-Ey for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8qMa-000422-It for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:06 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:42542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8qMa-0003z1-8N for qemu-devel@nongnu.org; Thu, 21 Oct 2010 04:19:04 -0400 Received: by fxm9 with SMTP id 9so3748233fxm.4 for ; Thu, 21 Oct 2010 01:19:03 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 21 Oct 2010 10:18:34 +0200 Message-Id: <1287649120-30740-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] First part of autoconfy series: cleanup tests/ List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. 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(-) -- 1.7.2.3