aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/aarch64/Makefile.target
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-04-24 10:22:44 +0100
committerAlex Bennée <alex.bennee@linaro.org>2023-04-27 14:58:23 +0100
commitd044b7c33a564e50e0a6b156d71b3262f1faf0a7 (patch)
tree174d3dd063c7c9bef1afe10de244b69ed2892d2d /tests/tcg/aarch64/Makefile.target
parent6ee362423609738f64d6efcecf53265dc78ff5f1 (diff)
downloadqemu-d044b7c33a564e50e0a6b156d71b3262f1faf0a7.zip
qemu-d044b7c33a564e50e0a6b156d71b3262f1faf0a7.tar.gz
qemu-d044b7c33a564e50e0a6b156d71b3262f1faf0a7.tar.bz2
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>
Diffstat (limited to 'tests/tcg/aarch64/Makefile.target')
-rw-r--r--tests/tcg/aarch64/Makefile.target1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target
index 9e91a20..0315795 100644
--- a/tests/tcg/aarch64/Makefile.target
+++ b/tests/tcg/aarch64/Makefile.target
@@ -32,7 +32,6 @@ ifneq ($(CROSS_CC_HAS_ARMV8_3),)
AARCH64_TESTS += pauth-1 pauth-2 pauth-4 pauth-5
pauth-%: CFLAGS += -march=armv8.3-a
run-pauth-%: QEMU_OPTS += -cpu max
-run-plugin-pauth-%: QEMU_OPTS += -cpu max
endif
# BTI Tests