On 6/2/24 17:30, Peter Maydell wrote:
We deliberately don't include qtests_npcm7xx in qtests_aarch64, because we already get the coverage of those tests via qtests_arm, and we don't want to use extra CI minutes testing them twice.In commit 327b680877b79c4b we added it to qtests_aarch64; revert that change. Fixes: 327b680877b79c4b ("tests/qtest: Creating qtest for GMAC Module") Signed-off-by: Peter Maydell <[email protected]> --- tests/qtest/meson.build | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
