diff options
| author | Alasdair Armstrong | 2018-01-19 19:32:29 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-19 19:32:29 +0000 |
| commit | 392e8ada16f0c05e928527d20f7cc8b521b6a53f (patch) | |
| tree | 8c735c57f8293a7a5c45acd71a001da0dcfd824c /test/run_tests.sh | |
| parent | 2dac693e02c7f467f4faf5d95cd3017002beb060 (diff) | |
Added RISCV test case to test suite
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 |
