Document test comment format.
[open-adventure.git] / tests / README
1 = Notes on the test machinery = 
2
3 A .tst extension means it's a game log
4 A .chk extension means it's expected output from a test
5
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.
8
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
11 head of the file.
12
13 To run the tests, "make regress".
14
15 To remake the check files, "make buildregress".
16
17 // end
18