Re: [PATCH v2 4/7] tests/tcg: add mechanism to run specific tests with plugins

2024-06-29 Thread Richard Henderson
On 6/26/24 16:37, Pierrick Bouvier wrote: Only multiarch tests are run with plugins, and we want to be able to run per-arch test with plugins too. Signed-off-by: Pierrick Bouvier --- tests/tcg/Makefile.target | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Richard Hende

[PATCH v2 4/7] tests/tcg: add mechanism to run specific tests with plugins

2024-06-26 Thread Pierrick Bouvier
Only multiarch tests are run with plugins, and we want to be able to run per-arch test with plugins too. Signed-off-by: Pierrick Bouvier --- tests/tcg/Makefile.target | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tcg/Makefile.target b/tests/tcg/Makefile.target index