OSDN Git Service

tests/tcg: enable plugin testing
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 17 May 2019 16:09:48 +0000 (17:09 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
commit3089e74e6710ee531dd961cbc373718f99e74afc
treee7eeb77d0a4e84d22065fd4d3b774bcf577b497a
parenteba9ccf8f8d15f3790dbeb475091ea51b1ac3656
tests/tcg: enable plugin testing

If CONFIG_PLUGINS is enabled then lets enable testing for all our TCG
targets. This is a simple smoke test that ensure we don't crash or
otherwise barf out by running each plugin against each test.

There is a minor knock on effect for additional runners which need
specialised QEMU_OPTS which will also need to declare a plugin version
of the runner. If this gets onerous we might need to add another
helper.

Checking the results of the plugins is left for a later exercise.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/Makefile.include
tests/tcg/Makefile.target
tests/tcg/aarch64/Makefile.target
tests/tcg/arm/Makefile.softmmu-target
tests/tcg/arm/Makefile.target