Add run_all script under riscv-compliance

This commit is contained in:
Luke Wren 2021-12-11 12:08:53 +00:00
parent 52d58fdee4
commit 6076eba61f
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
make

View File

@ -0,0 +1,10 @@
#!/bin/bash
make TEST_ARCH=privilege BIN_ARCH=rv32i TESTLIST=" \
ebreak \
ecall \
misalign-lh-01 \
misalign-lhu-01 \
misalign-lw-01 \
misalign-sh-01 \
misalign-sw-01
"

View File

@ -0,0 +1,6 @@
#!/bin/bash
./run_32i.sh
./run_32im.sh
./run_32ic.sh
# These are TODO for sw reasons -- not sure why they don't bundle the handlers with the tests
# ./run_32privilege.sh