A3/test.zsh

9 lines
202 B
Bash
Raw Permalink Normal View History

2024-10-09 17:20:26 -06:00
for test in {aliceChapter1,greeneggsandham,happybirthday,romeoandjuliet}; do
./A3 <<-EOF
input/$test.txt
output.txt
EOF
delta solutions/$test.out output.txt
done
echo "All tests finished"