diff options
Diffstat (limited to 'tests/functional/mips/meson.build')
-rw-r--r-- | tests/functional/mips/meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional/mips/meson.build b/tests/functional/mips/meson.build new file mode 100644 index 0000000..49aaf53 --- /dev/null +++ b/tests/functional/mips/meson.build @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +test_mips_timeouts = { + 'malta' : 480, +} + +tests_mips_system_thorough = [ + 'malta', + 'replay', + 'tuxrun', +] |