1 = Notes on the test machinery =
3 A .tst extension means it's a game log
4 A .chk extension means it's expected output from a test
6 In general, a file named foo.chk is the expected output from theb game log
7 foo.log. To add new tests, just drop log files in this directory.
9 To see summary lines from all tests, 'make testlist'. The summary lines
10 are those led with ##; you should have one such descriptive line at the
13 To run the tests, "make regress".
15 To remake the check files, "make buildregress".