CS 220
Dec. 5, 1997
Follow these instructions.
project.spim
,
execute the command
cat ~kelliher/pub/cs220/testStack.spim project.spim > testStack.spim( Notes: Change
project.spim
to the appropriate file name for
you. If your routines are already in the file testStack.spim
, use
the mv command to rename your routines file.)
testStack.spim
in the editor and perform any editing that
might be necessary. In particular, add your name as a comment at the top
of the file.
lpr testStack.spimThe file will print in Hoffberger Lab.
spim -file testStack.spimHopefully, all tests will pass. If not, using the error message printed and the test program itself (it's pretty well commented), fix the broken routine. ( Note: Two of the tests require un-commenting and then re-commenting three lines.)