aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/sh4/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/sh4/meson.build')
-rw-r--r--tests/functional/sh4/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/sh4/meson.build b/tests/functional/sh4/meson.build
new file mode 100644
index 0000000..56f824e
--- /dev/null
+++ b/tests/functional/sh4/meson.build
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+test_sh4_timeouts = {
+ 'tuxrun' : 240,
+}
+
+tests_sh4_system_thorough = [
+ 'r2d',
+ 'tuxrun',
+]