From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNSQt-0007vp-Sm for qemu-devel@nongnu.org; Fri, 29 Aug 2014 16:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNSQp-0002rd-2e for qemu-devel@nongnu.org; Fri, 29 Aug 2014 16:06:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNSQo-0002rZ-SS for qemu-devel@nongnu.org; Fri, 29 Aug 2014 16:05:59 -0400 Message-ID: <5400DD19.700@redhat.com> Date: Fri, 29 Aug 2014 22:05:45 +0200 From: Max Reitz MIME-Version: 1.0 References: <87oave58q3.fsf@blackfin.pond.sub.org> <20140821131237.GA22844@stefanha-thinkpad.redhat.com> <20140828110556.GH26741@stefanha-thinkpad.redhat.com> <87r400eixv.fsf@blackfin.pond.sub.org> In-Reply-To: <87r400eixv.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] What tests should "make check-block" run? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Stefan Hajnoczi Cc: Kevin Wolf , Peter Maydell , QEMU Developers , Stefan Hajnoczi On 28.08.2014 17:24, Markus Armbruster wrote: > Stefan Hajnoczi writes: > >> On Thu, Aug 21, 2014 at 02:16:36PM +0100, Peter Maydell wrote: >>> On 21 August 2014 14:12, Stefan Hajnoczi wrote: >>>> On Thu, Aug 21, 2014 at 02:27:00PM +0200, Markus Armbruster wrote: >>>>> Should we have a variant of "make check-block" for testing other >>>>> (format, protocol) combinations? >>>> I don't think variants are useful. If you need control, use ./check. >>> That seems pretty undiscoverable to me. I know about 'make check', >>> and 'make check-help' tells me about 'make check-block', but how >>> do I find out about 'check' ? I just had to bounce through the makefile >>> and a wrapper script to even figure out which directory it lives in, >>> and there's no help text or usage comments in it... >> http://qemu-project.org/Documentation/QemuIoTests > I'm afraid this needs updating for Max's recent "iotests: Allow > out-of-tree run" series. Max? Done. Thanks for notifying me. Max