tests: Rename tests/Makefile to tests/Makefile.include
authorFam Zheng <famz@redhat.com>
Wed, 1 Jun 2016 02:23:31 +0000 (10:23 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jun 2016 16:57:05 +0000 (18:57 +0200)
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>
Makefile
tests/Makefile.include [moved from tests/Makefile with 100% similarity]

index b8563db..ae75dd2 100644 (file)
--- 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
similarity index 100%
rename from tests/Makefile
rename to tests/Makefile.include