aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/run.sh
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-22 18:49:14 +0100
committerlemon <lsof@mailbox.org>2025-11-22 18:49:17 +0100
commit35f2583acf7036da0e9ca10bc9aee0ae686545cb (patch)
treed3aa8027eee1b76ce364578435045c482251bf9c /test/run.sh
parent10740854b5bab302a85156480b01584c11c775a1 (diff)
tests: add Nora Sandler's 'Write a C Compiler' test suite
Diffstat (limited to 'test/run.sh')
-rwxr-xr-xtest/run.sh4
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