aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/all.sh
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-05 19:12:30 +0100
committerlemon <lsof@mailbox.org>2025-12-05 19:12:30 +0100
commit2054983775165f3ae50b241aae71ccb4969eade4 (patch)
treec588cc7f640aecff20acbd11656ec36f2ce95ff1 /test/all.sh
parentbb3bc012c9349c05299069ec19d6bee4abacfb77 (diff)
test 12-flt
Diffstat (limited to 'test/all.sh')
-rwxr-xr-xtest/all.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/all.sh b/test/all.sh
new file mode 100755
index 0000000..0a138a8
--- /dev/null
+++ b/test/all.sh
@@ -0,0 +1,8 @@
+#!/bin/env sh
+
+cd $(dirname "$0")
+./run.sh
+
+echo "--- 'Write a C Compiler' test suite ---"
+cd nlsandler-write_a_c_compiler
+exec ./test_compiler.sh ../../antcc