enable tests on scheme, fix error handling on scheme

This commit is contained in:
2026-03-21 09:28:24 -07:00
parent da1f2705ee
commit 9652903df1
3 changed files with 19 additions and 10 deletions

View File

@@ -34,6 +34,9 @@ newt2.ss: newt.so
test: newt.js
scripts/test
cheztest: newt.so
make test NEWT='chez --program newt.so' RUNOUT="chez --script" OUTFILE=tmp/out.ss
aoctest: newt.js
scripts/aoc
scripts/aoc25