On 4/21/23 14:14, Alex Bennée wrote:
Running every plugin with every test is getting excessive as well as
not really improving coverage that much. Restrict the plugin tests to
just the MULTIARCH_TESTS which are shared between most architecture
for both system and user-mode. For those that aren't we need to squash
MULTIARCH_TESTS so we don't add them when they are not part of the
TESTS global.
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
tests/tcg/Makefile.target | 10 +++++++---
tests/tcg/aarch64/Makefile.softmmu-target | 2 --
tests/tcg/aarch64/Makefile.target | 1 -
tests/tcg/arm/Makefile.softmmu-target | 4 +++-
tests/tcg/arm/Makefile.target | 8 --------
tests/tcg/cris/Makefile.target | 3 +++
tests/tcg/hppa/Makefile.target | 2 --
tests/tcg/i386/Makefile.target | 10 ----------
tests/tcg/ppc64/Makefile.target | 2 --
tests/tcg/riscv64/Makefile.softmmu-target | 3 +++
tests/tcg/riscv64/Makefile.target | 1 -
tests/tcg/s390x/Makefile.softmmu-target | 3 +++
tests/tcg/tricore/Makefile.softmmu-target | 3 +++
tests/tcg/xtensa/Makefile.softmmu-target | 3 +++
14 files changed, 25 insertions(+), 30 deletions(-)
Acked-by: Richard Henderson <richard.hender...@linaro.org>
r~