Test Script README '/home/solaris/ieng9/cs131f/public/test-semcheck' is a shell script that can be used to check the output of your compiler against expected output files. The script expects to be run from your project directory and that the test oberon files will be located in a 'testFiles' directory in your project directory. To run, type 'test-semcheck', and the script will (slowly) generate a report of the differences between the expected and actual output. A good discipline is to re-run all your tests after a major change, in order to make sure you haven't broken anything. The longer you wait, the harder it is to isolate the cause. testFiles: .obe -- oberon test files .out -- expected out put from running .obe with same base name example test1.obe and test1.out