diff options
| author | Alasdair | 2019-02-02 00:11:47 +0000 |
|---|---|---|
| committer | Alasdair | 2019-02-02 00:12:12 +0000 |
| commit | 4eed419ed4999a1e092b14c5e81154c97d1ec89c (patch) | |
| tree | 54a408bc960773d871466b57d4331b18d91c60d8 /test/run_tests.sh | |
| parent | 38befd6856101fb7a7a4b49dcb0306dc9dd2f64f (diff) | |
Monomorphisation tests all pass so add them to standard regression tests
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 71c3eea1..09e99ff2 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -18,6 +18,12 @@ printf "==========================================\n" ./lem/run_tests.sh printf "\n==========================================\n" +printf "Monomorphisation tests\n" +printf "==========================================\n" + +./mono/run_tests.sh + +printf "\n==========================================\n" printf "Ocaml tests\n" printf "==========================================\n" |
