Project 4 Grading Tests
Each test is listed as in previous projects. Along with the tests there is a file named util.cl. It defines some helper functions that are used in the tests,
To run the tests, use variations on the following command:
mlisp -L [your project file] -L util.cl -\#! [test input]
For example, assuming that your project file is called
proj4.lisp, and you want to test it using 401.in,
your commands might be
mlisp -L proj4.lisp -L util.cl -\#! 401.in > my401.out
gdiff -u 401.out my401.out
Please let me know if you find any problems.