diff options
Diffstat (limited to 'tests/functional/meson.build')
-rw-r--r-- | tests/functional/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build index 6d2e932..b721b6e 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -39,6 +39,14 @@ tests_loongarch64_system_thorough = [ 'loongarch64_virt', ] +tests_microblaze_system_thorough = [ + 'microblaze_s3adsp1800' +] + +tests_microblazeel_system_thorough = [ + 'microblazeel_s3adsp1800' +] + tests_mips64el_system_thorough = [ 'mips64el_loongson3v', ] |