Next: New Versions, Previous: Tests, Up: Implementation
The following steps should be taken when making a change to CONGEN. They are intended to ensure that the change will be maintained in the future and does not unwittingly affect other program functions.
cd $CGT make test.dif congen.dif more test.dif congen.dif
On VMS, do the following:
$ SET DEFAULT CGT: $ MMS TEST.DIF,CONGEN.DIF $ TYPE TEST.DIF $ TYPE CONGEN.DIF
The files should be identical except for the first four lines, version numbers or locations of files, and the last few lines giving the free list on the heap. If they are different in any other way, you must be able to prove that the results are correct. If you change any commands, the test case must be modified so that it will give the same results as before if possible. If you cannot duplicate the test case, you must eliminate your changes.