Update the tests README.
[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 The test files are run in alphabetical order. This allows you to ensure certain tests are run in a particular order merely by giving them appropriate names, e.g.: test.1.log, test.2.log, test.3.log. This is useful for testing save and resume.
7
8 In general, a file named foo.chk is the expected output from theb game log
9 foo.log.  To add new tests, just drop log files in this directory.
10
11 To see summary lines from all tests, 'make testlist'.  The summary lines
12 are those led with ##; you should have one such descriptive line at the
13 head of the file.
14
15 To run the tests, "make regress".
16
17 To remake the check files, "make buildregress".
18
19 // end
20