diff options
Diffstat (limited to 'tests/functional/riscv32/meson.build')
-rw-r--r-- | tests/functional/riscv32/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/riscv32/meson.build b/tests/functional/riscv32/meson.build new file mode 100644 index 0000000..f3ebbb8 --- /dev/null +++ b/tests/functional/riscv32/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +tests_riscv32_system_quick = [ + 'migration', + 'opensbi', +] + +tests_riscv32_system_thorough = [ + 'tuxrun', +] |