Sign in
qemu
/
qemu
/
e1a8572a8d7a11627db22366d356d0daf0f6d559
/
.
/
tests
/
functional
/
riscv32
/
test_opensbi.py
blob: d1ac706f0bb9f40de735f6c71ea9cbc3ffc32ea0 [
file
] [
log
] [
blame
]
#!/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
()