diff options
Diffstat (limited to 'tests/functional/i386/meson.build')
-rw-r--r-- | tests/functional/i386/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/i386/meson.build b/tests/functional/i386/meson.build new file mode 100644 index 0000000..23d8c21 --- /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', +] |