summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-06-01 12:25:26 +0800
committerFam Zheng <famz@redhat.com>2016-06-01 17:27:35 +0800
commitdc2e7eebd8603e36d63b6a1f5299bc49fe721b3b (patch)
treeb4bc5aa03fd7c3b8ae91a319572ea1e8dbc959cc /docs
parentd5bd7891980926c075604ec6a1fd530301771443 (diff)
downloadqemu-dc2e7eebd8603e36d63b6a1f5299bc49fe721b3b.tar.gz
docs: Add text for tests/docker in build-system.txt
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Fam Zheng <famz@redhat.com> Message-id: 1464755128-32490-14-git-send-email-famz@redhat.com
Diffstat (limited to 'docs')
-rw-r--r--docs/build-system.txt5
1 files changed, 5 insertions, 0 deletions
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