diff options
| author | Fam Zheng | 2016-06-01 04:23:31 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2016-06-06 18:57:05 +0200 |
| commit | 46e7b70699d8bf4db08c8bb5111974318dd5416d (patch) | |
| tree | dfb876263929227ab1861cb19ce27f4cea1fdc2b | |
| parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-... (diff) | |
| download | qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.tar.gz qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.tar.xz qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.zip | |
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-- | Makefile | 2 | ||||
| -rw-r--r-- | tests/Makefile.include (renamed from tests/Makefile) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 a3e20e39ec..a3e20e39ec 100644 --- a/tests/Makefile +++ b/tests/Makefile.include |
