You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/functional/riscv32/test_opensbi.py

11 lines
229 B
Python

#!/usr/bin/env python3
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Reuse the 64-bit OpenSBI test for RISC-V 32-bit machines
from riscv64.test_opensbi import RiscvOpenSBI
if __name__ == '__main__':
RiscvOpenSBI.main()