A bash script to test LC3 code (for ECE220 MPs).
Navigate to the dist/tests
folder. Make sure all your files are compiled, then simply run.
$ ./lc3test.sh
The script will show which test passed and which ones failed.
Note: You can edit the first line to recompile your code every time.