summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorRobert Norton2018-03-15 13:27:07 +0000
committerRobert Norton2018-03-15 13:27:07 +0000
commit860034499374a4791371c3a2176497f45b2621a0 (patch)
tree62ac86717ab42023ebab7ffe9bb8576ddd344922 /test/run_tests.sh
parent3896c50644568214c06014eb54d27f86f3d446f3 (diff)
add test that cheri specs build (ocaml).
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 45013f0d..522e0952 100755
--- a/test/run_tests.sh
+++ b/test/run_tests.sh
@@ -40,3 +40,9 @@ printf "* RISCV spec tests *\n"
printf "******************************************\n\n"
./test/riscv/run_tests.sh
+
+printf "******************************************\n"
+printf "* CHERI spec tests *\n"
+printf "******************************************\n\n"
+
+./test/cheri/run_tests.sh