aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/riscv32/test_opensbi.py
blob: d1ac706f0bb9f40de735f6c71ea9cbc3ffc32ea0 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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()