summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-01-19 19:32:29 +0000
committerAlasdair Armstrong2018-01-19 19:32:29 +0000
commit392e8ada16f0c05e928527d20f7cc8b521b6a53f (patch)
tree8c735c57f8293a7a5c45acd71a001da0dcfd824c /test/run_tests.sh
parent2dac693e02c7f467f4faf5d95cd3017002beb060 (diff)
Added RISCV test case to test suite
Diffstat (limited to 'test/run_tests.sh')
-rwxr-xr-xtest/run_tests.sh6
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