qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 1/5] tests/tcg: include a skip runner for pauth3 with plugins


From: Alex Bennée
Subject: [PATCH v1 1/5] tests/tcg: include a skip runner for pauth3 with plugins
Date: Fri, 7 Feb 2020 11:39:35 +0000

If we have plugins enabled we still need to have built the test to be
able to run it.

Signed-off-by: Alex Bennée <address@hidden>
---
 tests/tcg/aarch64/Makefile.softmmu-target | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/tcg/aarch64/Makefile.softmmu-target 
b/tests/tcg/aarch64/Makefile.softmmu-target
index d2299b98b76..71f72cfbe34 100644
--- a/tests/tcg/aarch64/Makefile.softmmu-target
+++ b/tests/tcg/aarch64/Makefile.softmmu-target
@@ -70,4 +70,6 @@ pauth-3:
        $(call skip-test, "BUILD of $@", "missing compiler support")
 run-pauth-3:
        $(call skip-test, "RUN of pauth-3", "not built")
+run-plugin-pauth-3-with-%:
+       $(call skip-test, "RUN of pauth-3 ($*)", "not built")
 endif
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]