diff options
| author | 2025-11-22 18:49:14 +0100 | |
|---|---|---|
| committer | 2025-11-22 18:49:17 +0100 | |
| commit | 35f2583acf7036da0e9ca10bc9aee0ae686545cb (patch) | |
| tree | d3aa8027eee1b76ce364578435045c482251bf9c | |
| parent | 10740854b5bab302a85156480b01584c11c775a1 (diff) | |
tests: add Nora Sandler's 'Write a C Compiler' test suite
| 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 |