tests/tcg: add mechanism to handle plugin arguments
commitaf323aabe2a7152b1e857baa840485b79c06bbf1
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 30 Jun 2023 18:03:50 +0000 (30 19:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Jul 2023 11:51:18 +0000 (3 12:51 +0100)
tree5bdae753fb3cc69f3f74a8f9b8f9b088430872a1
parentd2ab529ec559df57dc142d24ea3ec0a629a23657
tests/tcg: add mechanism to handle plugin arguments

We recently missed a regression that should have been picked up by
check-tcg. This was because the libmem plugin is effectively a NOP if
the user doesn't specify the type to use.

Rather than changing the default behaviour add an additional expansion
so we can take this into account in future.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-6-alex.bennee@linaro.org>
tests/tcg/Makefile.target