From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b82j1-0005dY-Dd for qemu-devel@nongnu.org; Wed, 01 Jun 2016 05:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b82iw-0007Uw-Kf for qemu-devel@nongnu.org; Wed, 01 Jun 2016 05:46:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b82iw-0007Uh-En for qemu-devel@nongnu.org; Wed, 01 Jun 2016 05:46:02 -0400 From: Fam Zheng Date: Wed, 1 Jun 2016 17:45:21 +0800 Message-Id: <1464774324-886-14-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 13/16] docs: Add text for tests/docker in build-system.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org Reviewed-by: Alex Benn=C3=A9e Signed-off-by: Fam Zheng Message-id: 1464755128-32490-14-git-send-email-famz@redhat.com --- 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. =20 +- 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. =20 - po/Makefile =20 --=20 2.8.2