tests/tcg: limit the scope of the plugin tests
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 24 Apr 2023 09:22:44 +0000 (10:22 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Apr 2023 13:58:23 +0000 (14:58 +0100)
commitd044b7c33a564e50e0a6b156d71b3262f1faf0a7
tree174d3dd063c7c9bef1afe10de244b69ed2892d2d
parent6ee362423609738f64d6efcecf53265dc78ff5f1
tests/tcg: limit the scope of the plugin tests

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.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230424092249.58552-14-alex.bennee@linaro.org>
14 files changed:
tests/tcg/Makefile.target
tests/tcg/aarch64/Makefile.softmmu-target
tests/tcg/aarch64/Makefile.target
tests/tcg/arm/Makefile.softmmu-target
tests/tcg/arm/Makefile.target
tests/tcg/cris/Makefile.target
tests/tcg/hppa/Makefile.target
tests/tcg/i386/Makefile.target
tests/tcg/ppc64/Makefile.target
tests/tcg/riscv64/Makefile.softmmu-target
tests/tcg/riscv64/Makefile.target
tests/tcg/s390x/Makefile.softmmu-target
tests/tcg/tricore/Makefile.softmmu-target
tests/tcg/xtensa/Makefile.softmmu-target