From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag2Lu-0003Cm-4i for qemu-devel@nongnu.org; Tue, 15 Mar 2016 23:42:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ag2Lq-0002bq-Uv for qemu-devel@nongnu.org; Tue, 15 Mar 2016 23:42:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ag2Lq-0002be-P8 for qemu-devel@nongnu.org; Tue, 15 Mar 2016 23:42:26 -0400 Date: Wed, 16 Mar 2016 11:42:24 +0800 From: Fam Zheng Message-ID: <20160316034224.GD32324@ad.usersys.redhat.com> References: <1457086720-30391-1-git-send-email-famz@redhat.com> <1457086720-30391-8-git-send-email-famz@redhat.com> <87oaalt2pc.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <87oaalt2pc.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 07/13] docker: Add full test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= 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 On Fri, 03/11 16:10, Alex Benn=E9e wrote: >=20 > Fam Zheng writes: >=20 > > This builds all available targets. > > > > 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 >=20 > If this is the full featured test how can we pass additional configure > flags to the build? Let's add an EXTRA_CONFIGURE_OPTS and use it in build_qemu. Works for you= ? >=20 > > +make check $MAKEFLAGS >=20 >=20 > -- > Alex Benn=E9e