Files
xemu/tests/functional/ppc64/meson.build
Thomas Huth 1cdb63218c tests/functional: Move ppc/ppc64 tests into target-specific folders
The tests/functional folder has become quite crowded, thus move the
ppc and ppc64 tests into a target-specific subfolder.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-17-thuth@redhat.com>
2025-08-27 09:46:55 +02:00

26 lines
357 B
Meson

# SPDX-License-Identifier: GPL-2.0-or-later
test_ppc64_timeouts = {
'hv' : 1000,
'mac99' : 120,
'powernv' : 480,
'pseries' : 480,
'replay' : 210,
'tuxrun' : 420,
}
tests_ppc64_system_quick = [
'migration',
]
tests_ppc64_system_thorough = [
'e500',
'hv',
'mac99',
'powernv',
'pseries',
'replay',
'reverse_debug',
'tuxrun',
]