summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorAlasdair Armstrong2019-07-31 15:29:08 +0100
committerAlasdair Armstrong2019-07-31 15:29:08 +0100
commit0f989c147c087e37e971cfdc988d138cbfbf104b (patch)
treef4488457a44c9453ed04469820d5f87c8945e593 /test/run_tests.sh
parent7612369a3ca20a97257b6fa29b28e1b4939641dc (diff)
Remove redundant ifdef and run SMT tests by default
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 a228e270..1af340d8 100755
--- a/test/run_tests.sh
+++ b/test/run_tests.sh
@@ -36,6 +36,12 @@ printf "==========================================\n"
TEST_PAR=8 ./c/run_tests.py
printf "\n==========================================\n"
+printf "SMT tests\n"
+printf "==========================================\n"
+
+TEST_PAR=8 ./smt/run_tests.py
+
+printf "\n==========================================\n"
printf "Builtins tests\n"
printf "==========================================\n"