Test suite for Monty Project

Usage

1.) git clone
2.) move ./monty executable to repo
3.) run test_monty.sh

$ ./test_monty.sh

Contribute

1.) email 845@holbertonschool.com that you wish to contribute
2.) Add test file in bytecodes/
3.) Follow syntax in test_monty.sh file

echo "----testing <your test>----"
echo "----(expected)----"
echo <expected code>
echo "----(got)----"
./monty bytecodes/<your test file>.m