From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVew4-0001Wd-Ot for qemu-devel@nongnu.org; Tue, 16 Feb 2016 07:40:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVew3-0003A9-Vj for qemu-devel@nongnu.org; Tue, 16 Feb 2016 07:40:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVew3-0003A4-Pf for qemu-devel@nongnu.org; Tue, 16 Feb 2016 07:40:55 -0500 From: Fam Zheng Date: Tue, 16 Feb 2016 20:39:55 +0800 Message-Id: <1455626399-7111-12-git-send-email-famz@redhat.com> In-Reply-To: <1455626399-7111-1-git-send-email-famz@redhat.com> References: <1455626399-7111-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 11/15] docs: Add text for tests/docker in build-system.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, jsnow@redhat.com, stefanha@redhat.com, sw@weilnetz.de, Paolo Bonzini , =?UTF-8?q?Alex=20Benn=C3=A9e?= , david@gibson.dropbear.id.au Signed-off-by: Fam Zheng --- 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 -- 2.4.3