]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: cleanup Makefile inclusions
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Aug 2019 14:35:22 +0000 (16:35 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 08:38:33 +0000 (09:38 +0100)
commitfc76c56d3f47e7b09eb0fd447f1b4dcc5d3ee717
treeea653b614203699a364e04b763f48f794b10a114
parent6a9e0ef32a6b519a0c96d3dee5edc1321792c65a
tests/tcg: cleanup Makefile inclusions

Rename Makefile.probe to Makefile.prereqs and make it actually
define rules for the tests.

Rename Makefile to Makefile.target, since it is not a toplevel
makefile.

Rename Makefile.include to Makefile.qemu and disentangle it
from the QEMU Makefile.target, so that it is invoked recursively
by tests/Makefile.include.  Tests are now placed in
tests/tcg/$(TARGET).

Drop the usage of TARGET_BASE_ARCH, which is ignored by everything except
x86_64 and aarch64.  Fix x86 tests by using -cpu max and, while
at it, standardize on QEMU_OPTS for aarch64 tests too.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20190807143523.15917-3-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
14 files changed:
Makefile.target
tests/Makefile.include
tests/tcg/Makefile [deleted file]
tests/tcg/Makefile.include [deleted file]
tests/tcg/Makefile.prereqs [new file with mode: 0644]
tests/tcg/Makefile.probe [deleted file]
tests/tcg/Makefile.qemu [new file with mode: 0644]
tests/tcg/Makefile.target [new file with mode: 0644]
tests/tcg/aarch64/Makefile.target
tests/tcg/arm/Makefile.softmmu-target
tests/tcg/i386/Makefile.softmmu-target
tests/tcg/i386/Makefile.target
tests/tcg/x86_64/Makefile.softmmu-target [new file with mode: 0644]
tests/tcg/x86_64/Makefile.target