From dc2e7eebd8603e36d63b6a1f5299bc49fe721b3b Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Wed, 1 Jun 2016 12:25:26 +0800 Subject: [PATCH] docs: Add text for tests/docker in build-system.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Alex Bennée 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 5ddddeaafb..2af1e668c5 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