meson.build (2d8fbcb1eecd8d39171f457e583428758321d69d) meson.build (2564dcbf510850b0de55d499a8b6c00d8730b9dd)
1slow_qtests = {
2 'ahci-test' : 60,
3 'bios-tables-test' : 120,
4 'boot-serial-test' : 60,
5 'migration-test' : 150,
6 'npcm7xx_pwm-test': 150,
7 'prom-env-test' : 60,
8 'pxe-test' : 60,

--- 141 unchanged lines hidden (view full) ---

150qtests_mipsel = qtests_mips
151qtests_mips64 = qtests_mips
152qtests_mips64el = qtests_mips
153
154qtests_ppc = \
155 qtests_filter + \
156 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \
157 (config_all_devices.has_key('CONFIG_M48T59') ? ['m48t59-test'] : []) + \
1slow_qtests = {
2 'ahci-test' : 60,
3 'bios-tables-test' : 120,
4 'boot-serial-test' : 60,
5 'migration-test' : 150,
6 'npcm7xx_pwm-test': 150,
7 'prom-env-test' : 60,
8 'pxe-test' : 60,

--- 141 unchanged lines hidden (view full) ---

150qtests_mipsel = qtests_mips
151qtests_mips64 = qtests_mips
152qtests_mips64el = qtests_mips
153
154qtests_ppc = \
155 qtests_filter + \
156 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \
157 (config_all_devices.has_key('CONFIG_M48T59') ? ['m48t59-test'] : []) + \
158 (config_all.has_key('CONFIG_TCG') ? ['prom-env-test'] : []) + \
159 (config_all.has_key('CONFIG_TCG') ? ['boot-serial-test'] : []) + \
158 (config_all_devices.has_key('CONFIG_TCG') ? ['prom-env-test'] : []) + \
159 (config_all_devices.has_key('CONFIG_TCG') ? ['boot-serial-test'] : []) + \
160 ['boot-order-test']
161
162qtests_ppc64 = \
163 qtests_ppc + \
164 (config_all_devices.has_key('CONFIG_PSERIES') ? ['device-plug-test'] : []) + \
165 (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-xscom-test'] : []) + \
166 (config_all_devices.has_key('CONFIG_PSERIES') ? ['rtas-test'] : []) + \
167 (slirp.found() ? ['pxe-test'] : []) + \

--- 148 unchanged lines hidden (view full) ---

316 'tpm-tis-i2c-test': [io, tpmemu_files, 'qtest_aspeed.c'],
317 'tpm-tis-device-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'],
318 'tpm-tis-device-test': [io, tpmemu_files, 'tpm-tis-util.c'],
319 'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
320 'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'),
321}
322
323if vnc.found()
160 ['boot-order-test']
161
162qtests_ppc64 = \
163 qtests_ppc + \
164 (config_all_devices.has_key('CONFIG_PSERIES') ? ['device-plug-test'] : []) + \
165 (config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-xscom-test'] : []) + \
166 (config_all_devices.has_key('CONFIG_PSERIES') ? ['rtas-test'] : []) + \
167 (slirp.found() ? ['pxe-test'] : []) + \

--- 148 unchanged lines hidden (view full) ---

316 'tpm-tis-i2c-test': [io, tpmemu_files, 'qtest_aspeed.c'],
317 'tpm-tis-device-swtpm-test': [io, tpmemu_files, 'tpm-tis-util.c'],
318 'tpm-tis-device-test': [io, tpmemu_files, 'tpm-tis-util.c'],
319 'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
320 'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'),
321}
322
323if vnc.found()
324 gvnc = dependency('gvnc-1.0', required: false)
324 gvnc = dependency('gvnc-1.0', method: 'pkg-config', required: false)
325 if gvnc.found()
326 qtests += {'vnc-display-test': [gvnc]}
327 qtests_generic += [ 'vnc-display-test' ]
328 endif
329endif
330
331if dbus_display
332 qtests += {'dbus-display-test': [dbus_display1, gio]}

--- 53 unchanged lines hidden ---
325 if gvnc.found()
326 qtests += {'vnc-display-test': [gvnc]}
327 qtests_generic += [ 'vnc-display-test' ]
328 endif
329endif
330
331if dbus_display
332 qtests += {'dbus-display-test': [dbus_display1, gio]}

--- 53 unchanged lines hidden ---