From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b82is-0005TA-Ul for qemu-devel@nongnu.org; Wed, 01 Jun 2016 05:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b82iq-0007T8-F4 for qemu-devel@nongnu.org; Wed, 01 Jun 2016 05:45:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b82iq-0007St-8R for qemu-devel@nongnu.org; Wed, 01 Jun 2016 05:45:56 -0400 From: Fam Zheng Date: Wed, 1 Jun 2016 17:45:17 +0800 Message-Id: <1464774324-886-10-git-send-email-famz@redhat.com> In-Reply-To: <1464774324-886-1-git-send-email-famz@redhat.com> References: <1464774324-886-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 09/16] docker: Add full test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org This builds all available targets. Signed-off-by: Fam Zheng Reviewed-by: Alex Benn=C3=A9e Message-id: 1464755128-32490-10-git-send-email-famz@redhat.com --- 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 --=20 2.8.2