mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
db736e0437
commit
f2887ba336
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue