infinite-gol/test.sh

7 lines
143 B
Bash
Executable File

RES=$(make test) && [ $(echo "$RES" | grep "OK" | wc -l) == "7" ] && echo "All C/L/C tests passed" && exit 0
echo $RES
echo "Failed!"
exit 1