mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2024-11-14 00:40:43 +00:00
13 lines
603 B
Text
13 lines
603 B
Text
This is a Doom source port regression testing system that uses the
|
|
thousands of demos in the Compet-N archive to test demo playback.
|
|
|
|
The demos have been played back in Vanilla Doom running in statdump.exe
|
|
to save statistics about the levels that were completed. The output
|
|
from statdump.exe (in the form of .txt files) gives a useful set of
|
|
expected outputs. A source port able to output the same statistics
|
|
data can then be tested by playing back the same demos and comparing
|
|
against this expected data set.
|
|
|
|
This was developed for Chocolate Doom but it may be useful for other
|
|
source ports as well.
|
|
|