diff options
Diffstat (limited to 'test/run.sh')
| -rwxr-xr-x | test/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/run.sh b/test/run.sh index 5e0bc0f..b4ffd9d 100755 --- a/test/run.sh +++ b/test/run.sh @@ -49,3 +49,7 @@ done echo TESTS PASSED: $npass/$ntest printf 'wc log.txt;' wc log.txt + +echo "--- 'Write a C Compiler' test suite ---" +cd nlsandler-write_a_c_compiler +exec ./test_compiler.sh ../../antcc |