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