aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-06-01 10:23:31 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2016-06-06 18:57:05 +0200
commit46e7b70699d8bf4db08c8bb5111974318dd5416d (patch)
treedfb876263929227ab1861cb19ce27f4cea1fdc2b
parent76462405809d29bab65a3699686998ba124ab942 (diff)
downloadqemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.zip
qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.tar.gz
qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.tar.bz2
tests: Rename tests/Makefile to tests/Makefile.include
The file is only included from the top Makefile. Rename it to reflect this more obviously. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <1464747811-26917-1-git-send-email-famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--tests/Makefile.include (renamed from tests/Makefile)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8563db..ae75dd2 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ dummy := $(call unnest-vars,, \
common-obj-m)
ifneq ($(wildcard config-host.mak),)
-include $(SRC_PATH)/tests/Makefile
+include $(SRC_PATH)/tests/Makefile.include
endif
all: $(DOCS) $(TOOLS) $(HELPERS-y) recurse-all modules
diff --git a/tests/Makefile b/tests/Makefile.include
index a3e20e3..a3e20e3 100644
--- a/tests/Makefile
+++ b/tests/Makefile.include