jgadelugo / monty-test-sets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 66.0%Language:MATLAB 22.0%Language:Forth 4.7%Language:M 3.9%Language:Objective-C 3.4%