diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-02-25 12:46:52 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-02-25 17:42:58 +0000 |
commit | f2887ba33606b9dc98f451c7f0e89dba37cef94c (patch) | |
tree | 7dcb63d7b33e6477a361e0f9508767e105e78df9 | |
parent | db736e0437aa6fd7c1b7e4599c17f9619ab6b837 (diff) | |
download | qemu-f2887ba33606b9dc98f451c7f0e89dba37cef94c.zip |
tests/tcg: include a skip runner for pauth3 with plugins
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 <alex.bennee@linaro.org>
Reviewed-by: Robert Foley <robert.foley@linaro.org>
Message-Id: <20200225124710.14152-2-alex.bennee@linaro.org>
-rw-r--r-- | tests/tcg/aarch64/Makefile.softmmu-target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/aarch64/Makefile.softmmu-target b/tests/tcg/aarch64/Makefile.softmmu-target index d2299b98b7..71f72cfbe3 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 |