From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alccX-0007do-2j for qemu-devel@nongnu.org; Thu, 31 Mar 2016 09:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alccS-00053S-3h for qemu-devel@nongnu.org; Thu, 31 Mar 2016 09:26:45 -0400 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:32804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alccR-00053H-M3 for qemu-devel@nongnu.org; Thu, 31 Mar 2016 09:26:40 -0400 Received: by mail-wm0-x22b.google.com with SMTP id f198so1127230wme.0 for ; Thu, 31 Mar 2016 06:26:39 -0700 (PDT) References: <1458196505-5473-1-git-send-email-famz@redhat.com> <1458196505-5473-8-git-send-email-famz@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1458196505-5473-8-git-send-email-famz@redhat.com> Date: Thu, 31 Mar 2016 14:26:41 +0100 Message-ID: <87ziteg4mm.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 07/13] docker: Add full test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au Fam Zheng writes: > This builds all available targets. I'm not sure what this adds over the quick test that couldn't be achieved with the configure defaulting to an empty target list. I'm easy either way but I'm thinking test-quick and test-full could be merged into test-simple and default to all targets, default configure. It can then be tweaked for specific subsets and extra configure options with the extra parameters. > > Signed-off-by: Fam Zheng > --- > tests/docker/test-full | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100755 tests/docker/test-full > > diff --git a/tests/docker/test-full b/tests/docker/test-full > new file mode 100755 > index 0000000..fd9b798 > --- /dev/null > +++ b/tests/docker/test-full > @@ -0,0 +1,17 @@ > +#!/bin/bash -e > +# > +# Compile all the targets. > +# > +# Copyright (c) 2016 Red Hat Inc. > +# > +# Authors: > +# Fam Zheng > +# > +# This work is licensed under the terms of the GNU GPL, version 2 > +# or (at your option) any later version. See the COPYING file in > +# the top-level directory. > + > +. common.rc > + > +build_qemu > +make check $MAKEFLAGS -- Alex Bennée