From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePhv-0003hS-FK for qemu-devel@nongnu.org; Fri, 11 Mar 2016 11:14:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aePhq-0005aT-Al for qemu-devel@nongnu.org; Fri, 11 Mar 2016 11:14:31 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:38882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePhq-0005aH-4z for qemu-devel@nongnu.org; Fri, 11 Mar 2016 11:14:26 -0500 Received: by mail-wm0-x229.google.com with SMTP id l68so23834800wml.1 for ; Fri, 11 Mar 2016 08:14:26 -0800 (PST) References: <1457086720-30391-1-git-send-email-famz@redhat.com> <1457086720-30391-12-git-send-email-famz@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1457086720-30391-12-git-send-email-famz@redhat.com> Date: Fri, 11 Mar 2016 16:14:24 +0000 Message-ID: <87io0tt2jj.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 11/13] docs: Add text for tests/docker in build-system.txt 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: > Signed-off-by: Fam Zheng Reviewed-by: Alex Bennée > --- > docs/build-system.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/docs/build-system.txt b/docs/build-system.txt > index 5ddddea..2af1e66 100644 > --- a/docs/build-system.txt > +++ b/docs/build-system.txt > @@ -438,6 +438,11 @@ top level Makefile, so anything defined in this file will influence the > entire build system. Care needs to be taken when writing rules for tests > to ensure they only apply to the unit test execution / build. > > +- tests/docker/Makefile.include > + > +Rules for Docker tests. Like tests/Makefile, this file is included > +directly by the top level Makefile, anything defined in this file will > +influence the entire build system. > > - po/Makefile -- Alex Bennée