Bibo Mao <maob...@loongson.cn> writes: > Enable bios-tables-test for LoongArch virt machine, it passes to run > with command "make check-qtest-loongarch64". > > Signed-off-by: Bibo Mao <maob...@loongson.cn> > --- > tests/qtest/meson.build | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build > index 8a6243382a..8628eebfbc 100644 > --- a/tests/qtest/meson.build > +++ b/tests/qtest/meson.build > @@ -149,7 +149,8 @@ qtests_hppa = \ > > qtests_loongarch64 = qtests_filter + \ > (config_all_devices.has_key('CONFIG_LOONGARCH_VIRT') ? ['numa-test'] : []) > + \ > - ['boot-serial-test'] > + ['boot-serial-test'] + \ > + (unpack_edk2_blobs ? ['bios-tables-test'] : []) > > qtests_m68k = ['boot-serial-test'] + \ > qtests_filter
Reviewed-by: Fabiano Rosas <faro...@suse.de>