diff options
Diffstat (limited to 'tests/functional/sparc/meson.build')
-rw-r--r-- | tests/functional/sparc/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/sparc/meson.build b/tests/functional/sparc/meson.build new file mode 100644 index 0000000..88732be --- /dev/null +++ b/tests/functional/sparc/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_sparc_system_quick = [ + 'migration', +] + +tests_sparc_system_thorough = [ + 'replay', + 'sun4m', +] |