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
344 target_base = dir.split('-')[0]
346 if dir.endswith('-softmmu')
348 test_emulator = emulators['qemu-system-' + target_base]
349 elif dir.endswith('-linux-user')
351 test_emulator = emulators['qemu-' + target_base]
352 elif dir.endswith('-bsd-user')
354 test_emulator = emulators['qemu-' + target_base]
360 suites = ['func-quick', 'func-' + target_base]
364 suites = ['func-' + speed, 'func-' + target_base + '-' + speed, speed]
371 test_env.set('QEMU_TEST_QEMU_IMG', meson.global_build_root() / 'qemu-img')
380 testname = '@0@-@1@'.format(target_base, test)
388 precache = custom_target('func-precache-' + testname, variable
394 precache_all += precache
396 # Ideally we would add 'precache' to 'depends' here, such that
397 # 'build_by_default: false' lets the pre-caching automatically
399 # broken in meson, with it running the pre-caching in the normal
404 test('func-' + testname,
417 run_target('precache-functional', run