summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorAlasdair2019-02-02 00:11:47 +0000
committerAlasdair2019-02-02 00:12:12 +0000
commit4eed419ed4999a1e092b14c5e81154c97d1ec89c (patch)
tree54a408bc960773d871466b57d4331b18d91c60d8 /test/run_tests.sh
parent38befd6856101fb7a7a4b49dcb0306dc9dd2f64f (diff)
Monomorphisation tests all pass so add them to standard regression tests
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 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"