Add the beginnings of a regression-test suite.
[super-star-trek.git] / test / README
1 This directory contains regression test pairs for SST.
2
3 A regression test log is just a command capture from a game with a QUIT
4 appended to tell it to exit.  The corresponding check file is just the
5 output stimulated by the log.  All files with extension ".log" in this
6 directory will be treated as test logs, with each corresponding checkfile
7 having extension ".chk".
8
9 "make regress" checks that the output of the logfiles is stable. It
10 will show context diffs when the actual output is different from the
11 checkfile.
12
13 "make buildregress" rebuilds all check files from their logs.