Re: [PATCH v6 5/7] tests/tcg: allow to check output of plugins

2024-07-11 Thread Pierrick Bouvier
On 7/8/24 09:06, Alex Bennée wrote: Pierrick Bouvier writes: A specific plugin test can now read and check a plugin output, to ensure it contains expected values. Tested-by: Xingtao Yao Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier --- tests/tcg/Makefile.target | 7 +

Re: [PATCH v6 5/7] tests/tcg: allow to check output of plugins

2024-07-08 Thread Alex Bennée
Pierrick Bouvier writes: > A specific plugin test can now read and check a plugin output, to ensure > it contains expected values. > > Tested-by: Xingtao Yao > Reviewed-by: Richard Henderson > Signed-off-by: Pierrick Bouvier > --- > tests/tcg/Makefile.target | 7 +++ > 1 file changed, 7 i

[PATCH v6 5/7] tests/tcg: allow to check output of plugins

2024-07-06 Thread Pierrick Bouvier
A specific plugin test can now read and check a plugin output, to ensure it contains expected values. Tested-by: Xingtao Yao Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier --- tests/tcg/Makefile.target | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/tcg/Makefil