diff options
| m--------- | test/nlsandler-write_a_c_compiler | 0 | ||||
| -rwxr-xr-x | test/run.sh | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/nlsandler-write_a_c_compiler b/test/nlsandler-write_a_c_compiler new file mode 160000 +Subproject d7fcdfa300994b7a218ebf13b43478ce0b4e0c7 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 |