@@ -29,4 +29,3 @@ tests_generic = [
tests_arm_thorough = [
- 'arm_canona1100',
- 'arm_n8x0',
+ 'arm_bflt',
]
@@ -124,3 +123,3 @@ foreach speed : ['quick', 'thorough']
foreach dir : target_dirs
- if not dir.endswith('-softmmu')
+ if dir.endswith('-softmmu')
continue
@@ -129,3 +128,3 @@ foreach speed : ['quick', 'thorough']
target_base = dir.split('-')[0]
- test_emulator = emulators['qemu-system-' + target_base]
+ test_emulator = emulators['qemu-' + target_base]
@@ -146,3 +145,3 @@ foreach speed : ['quick', 'thorough']
test_env.set('QEMU_TEST_QEMU_BINARY',
- meson.global_build_root() / 'qemu-system-' + target_base)
+ meson.global_build_root() / 'qemu-' + target_base)
test_env.set('QEMU_BUILD_ROOT', meson.project_build_root())