Regression-test machinery is now documented.
[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'.  
10
11 To run the tests, "make regress".
12
13 To remake the check files, "make buildregress".
14
15 // end
16