Add run_all script under riscv-compliance
This commit is contained in:
parent
52d58fdee4
commit
6076eba61f
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
make
|
|
@ -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
|
||||||
|
"
|
|
@ -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
|
Loading…
Reference in New Issue