Lines Matching +full:precache +full:- +full:functional
1 # QEMU functional tests:
7 # Most tests run too slow with TCI enabled, so skip the functional tests there
236 target_base = dir.split('-')[0]
238 if dir.endswith('-softmmu')
240 test_emulator = emulators['qemu-system-' + target_base]
241 elif dir.endswith('-linux-user')
243 test_emulator = emulators['qemu-' + target_base]
244 elif dir.endswith('-bsd-user')
246 test_emulator = emulators['qemu-' + target_base]
252 suites = ['func-quick', 'func-' + target_base]
256 suites = ['func-' + speed, 'func-' + target_base + '-' + speed, speed]
263 test_env.set('QEMU_TEST_QEMU_IMG', meson.global_build_root() / 'qemu-img')
272 testname = '@0@-@1@'.format(target_base, test)
280 precache = custom_target('func-precache-' + testname, variable
286 precache_all += precache
288 # Ideally we would add 'precache' to 'depends' here, such that
289 # 'build_by_default: false' lets the pre-caching automatically
291 # broken in meson, with it running the pre-caching in the normal
296 test('func-' + testname,
309 run_target('precache-functional', run