From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5bXE-00062s-Ur for qemu-devel@nongnu.org; Thu, 08 Mar 2012 06:29:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5bXA-0006pX-5o for qemu-devel@nongnu.org; Thu, 08 Mar 2012 06:29:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5bX9-0006my-Si for qemu-devel@nongnu.org; Thu, 08 Mar 2012 06:29:24 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q28BTLUD021210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Mar 2012 06:29:21 -0500 From: Kevin Wolf Date: Thu, 8 Mar 2012 12:32:50 +0100 Message-Id: <1331206372-10405-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] make check: Add qemu-iotests subset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com Kevin Wolf (2): qemu-iotests: Mark some tests as quick make check: Add qemu-iotests subset tests/Makefile | 1 + tests/qemu-iotests.sh | 18 ++++++++++++++++++ tests/qemu-iotests/group | 24 ++++++++++++------------ 3 files changed, 31 insertions(+), 12 deletions(-) create mode 100755 tests/qemu-iotests.sh -- 1.7.6.5