blob: 679faaf86d69eb67588bd24764d1ccaf9a11debc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-License-Identifier: GPL-2.0-or-later
tests_m68k_system_quick = [
'vmstate',
]
tests_m68k_system_thorough = [
'mcf5208evb',
'nextcube',
'replay',
'q800',
'tuxrun',
]
|