diff options
| author | Robert Norton | 2018-03-15 13:27:07 +0000 |
|---|---|---|
| committer | Robert Norton | 2018-03-15 13:27:07 +0000 |
| commit | 860034499374a4791371c3a2176497f45b2621a0 (patch) | |
| tree | 62ac86717ab42023ebab7ffe9bb8576ddd344922 /test/run_tests.sh | |
| parent | 3896c50644568214c06014eb54d27f86f3d446f3 (diff) | |
add test that cheri specs build (ocaml).
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 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 |
