aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/sparc64/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/sparc64/meson.build')
-rw-r--r--tests/functional/sparc64/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/sparc64/meson.build b/tests/functional/sparc64/meson.build
new file mode 100644
index 0000000..2e04e7d
--- /dev/null
+++ b/tests/functional/sparc64/meson.build
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+tests_sparc64_system_quick = [
+ 'migration',
+]
+
+tests_sparc64_system_thorough = [
+ 'sun4u',
+ 'tuxrun',
+]