aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/m68k/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/m68k/meson.build')
-rw-r--r--tests/functional/m68k/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/functional/m68k/meson.build b/tests/functional/m68k/meson.build
new file mode 100644
index 0000000..679faaf
--- /dev/null
+++ b/tests/functional/m68k/meson.build
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+tests_m68k_system_quick = [
+ 'vmstate',
+]
+
+tests_m68k_system_thorough = [
+ 'mcf5208evb',
+ 'nextcube',
+ 'replay',
+ 'q800',
+ 'tuxrun',
+]