diff options
Diffstat (limited to 'test/run_tests.sh')
| -rwxr-xr-x | test/run_tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh index b31a05ff..fc93929f 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -22,3 +22,9 @@ printf "* ARM spec tests *\n" printf "******************************************\n\n" ./test/arm/run_tests.sh + +printf "******************************************\n" +printf "* RISCV spec tests *\n" +printf "******************************************\n\n" + +./test/riscv/run_tests.sh |
