diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/i386/meson.build | 10 | ||||
| -rwxr-xr-x | tests/functional/i386/test_migration.py (renamed from tests/functional/test_i386_migration.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/i386/test_replay.py (renamed from tests/functional/test_i386_replay.py) | 0 | ||||
| -rwxr-xr-x | tests/functional/i386/test_tuxrun.py (renamed from tests/functional/test_i386_tuxrun.py) | 0 | ||||
| -rw-r--r-- | tests/functional/meson.build | 10 |
5 files changed, 11 insertions, 9 deletions
diff --git a/tests/functional/i386/meson.build b/tests/functional/i386/meson.build new file mode 100644 index 0000000000..23d8c216be --- /dev/null +++ b/tests/functional/i386/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_i386_system_quick = [ + 'migration', +] + +tests_i386_system_thorough = [ + 'replay', + 'tuxrun', +] diff --git a/tests/functional/test_i386_migration.py b/tests/functional/i386/test_migration.py index a57f316404..a57f316404 100755 --- a/tests/functional/test_i386_migration.py +++ b/tests/functional/i386/test_migration.py diff --git a/tests/functional/test_i386_replay.py b/tests/functional/i386/test_replay.py index 7c4c2602da..7c4c2602da 100755 --- a/tests/functional/test_i386_replay.py +++ b/tests/functional/i386/test_replay.py diff --git a/tests/functional/test_i386_tuxrun.py b/tests/functional/i386/test_tuxrun.py index f3ccf11ae8..f3ccf11ae8 100755 --- a/tests/functional/test_i386_tuxrun.py +++ b/tests/functional/i386/test_tuxrun.py diff --git a/tests/functional/meson.build b/tests/functional/meson.build index 8f85c13d3d..f1fc01717c 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -14,6 +14,7 @@ subdir('alpha') subdir('arm') subdir('avr') subdir('hppa') +subdir('i386') test_mips_timeouts = { 'mips_malta' : 480, @@ -79,15 +80,6 @@ tests_generic_linuxuser = [ tests_generic_bsduser = [ ] -tests_i386_system_quick = [ - 'i386_migration', -] - -tests_i386_system_thorough = [ - 'i386_replay', - 'i386_tuxrun', -] - tests_loongarch64_system_thorough = [ 'loongarch64_virt', ] |