Message ID | 20240507034904.2391129-7-maobibo@loongson.cn |
---|---|
State | New |
Headers | show |
Series | hw/loongarch: Refine numa memory map | expand |
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 6f2f594ace..a72436df65 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -256,6 +256,8 @@ qtests_s390x = \ qtests_riscv32 = \ (config_all_devices.has_key('CONFIG_SIFIVE_E_AON') ? ['sifive-e-aon-watchdog-test'] : []) +qtests_loongarch64 = ['numa-test'] + qos_test_ss = ss.source_set() qos_test_ss.add( 'ac97-test.c',
Add numa test case for loongarch system, it passes to run with command "make check-qtest", after the following patch is applied. https://lore.kernel.org/all/20240319022606.2994565-1-maobibo@loongson.cn/ Signed-off-by: Bibo Mao <maobibo@loongson.cn> --- tests/qtest/meson.build | 2 ++ 1 file changed, 2 insertions(+)