improve error detection in case-tree building

This commit is contained in:
2024-12-07 20:50:22 -08:00
parent 6ba88713f1
commit 9c0b20a6ce
5 changed files with 54 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
for i in tests/black/*.newt playground/samples/*.newt; do
for i in tests/black/*.newt playground/samples/*.newt aoc2024/*.newt; do
./build/exec/newt $i
if [ $? != "0" ]; then
echo FAIL $i