diff options
Diffstat (limited to 'tests/functional/m68k/meson.build')
| -rw-r--r-- | tests/functional/m68k/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/functional/m68k/meson.build b/tests/functional/m68k/meson.build new file mode 100644 index 0000000000..e29044a6d7 --- /dev/null +++ b/tests/functional/m68k/meson.build @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_m68k_system_thorough = [ + 'mcf5208evb', + 'nextcube', + 'replay', + 'q800', + 'tuxrun', +] |