]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/tcg: include a skip runner for pauth3 with plugins
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 25 Feb 2020 12:46:52 +0000 (12:46 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 25 Feb 2020 17:42:58 +0000 (17:42 +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 <alex.bennee@linaro.org>
Reviewed-by: Robert Foley <robert.foley@linaro.org>
Message-Id: <20200225124710.14152-2-alex.bennee@linaro.org>

tests/tcg/aarch64/Makefile.softmmu-target

index d2299b98b76c285aabab4afba23b76c29e1eba9c..71f72cfbe34de402a575fdea9a6e353c87b25a0b 100644 (file)
@@ -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