diff options
| author | Thomas Bauereiss | 2018-12-18 15:16:36 +0000 |
|---|---|---|
| committer | Thomas Bauereiss | 2018-12-18 15:16:36 +0000 |
| commit | 1766bf5e3628b5c45290a3353bec05823661b9d3 (patch) | |
| tree | cae2f596d135074399cd304bb8e3dca1330a2aa8 /test/run_tests.sh | |
| parent | df0e02bc0c8259962f25d4c175fa950391695ab6 (diff) | |
| parent | 07a332c856b3ee9fe26a9cd47ea6005f9d579810 (diff) | |
Merge branch 'sail2' into monads
Diffstat (limited to 'test/run_tests.sh')
| -rwxr-xr-x | test/run_tests.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh index 5e6fe691..ba0a2112 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -12,28 +12,28 @@ printf "==========================================\n" ./typecheck/run_tests.sh printf "\n==========================================\n" -printf "Ocaml tests\n" +printf "Lem tests\n" printf "==========================================\n" -./ocaml/run_tests.sh +./lem/run_tests.sh printf "\n==========================================\n" -printf "C tests\n" +printf "Ocaml tests\n" printf "==========================================\n" -./c/run_tests.py +./ocaml/run_tests.sh printf "\n==========================================\n" -printf "Lem tests\n" +printf "C tests\n" printf "==========================================\n" -./lem/run_tests.sh +TEST_PAR=8 ./c/run_tests.py printf "\n==========================================\n" printf "Builtins tests\n" printf "==========================================\n" -./builtins/run_tests.py +TEST_PAR=4 ./builtins/run_tests.py printf "\n==========================================\n" printf "ARM spec tests\n" |
