diff options
| author | Alasdair Armstrong | 2018-02-07 19:39:32 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-02-07 19:39:32 +0000 |
| commit | 45519ae89ceef4c838cdd52e2bbaa4174e63f27d (patch) | |
| tree | 712bf85a0020faf1abdf83981c465d5bf774fbdb /test/run_tests.sh | |
| parent | 8b13b71a80b89e8494cc550c65d36e2eca7c6c79 (diff) | |
Setup test suite for C backend
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 b3224aea..45013f0d 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -18,6 +18,12 @@ printf "******************************************\n\n" ./test/ocaml/run_tests.sh printf "******************************************\n" +printf "* C tests *\n" +printf "******************************************\n\n" + +./test/c/run_tests.sh + +printf "******************************************\n" printf "* Lem tests *\n" printf "******************************************\n\n" |
