A3/test.zsh
2024-10-10 20:54:25 -06:00

8 lines
207 B
Bash
Executable file

for test in {aliceChapter1,greeneggsandham,happybirthday,romeoandjuliet}; do
./A3 <<-EOF
input/$test.txt
output.txt
EOF
delta solutions/${test}_xc.out output.txt
done
echo "All tests finished"