Small demo-based check for GitHub presubmits
Find a file
Simon Howard c8824b131a Rewrite to make better use of make.
Instead of having the test runner do the extraction, make can do it for
us. This allows for better parallelization. It also lets the WADs be
extracted separately (and potentially modified) before the tests are
run; I'm planning to reuse this for wadptr so that I can test WADs play
back as intended after being compressed.
2023-10-05 19:21:47 -04:00
demos Add a number of well-known megaWADs and D2ALL recordings. 2019-11-11 18:16:28 -05:00
expected Add expected output for each demo/PWAD. 2019-11-11 18:18:16 -05:00
extract Rewrite to make better use of make. 2023-10-05 19:21:47 -04:00
output Ensure output directory exists. 2019-11-11 18:30:39 -05:00
pwads Add a number of well-known megaWADs and D2ALL recordings. 2019-11-11 18:16:28 -05:00
GNUmakefile Rewrite to make better use of make. 2023-10-05 19:21:47 -04:00
miniwad.zip Add miniwad 2019-11-11 18:17:03 -05:00
README.md Add README. 2019-11-11 18:38:54 -05:00
testrunner Rewrite to make better use of make. 2023-10-05 19:21:47 -04:00

Quickcheck is the little brother to Statcheck although it operates under the same principles.

Statcheck is quite complicated to set up, not the least because most of the demos in Compet-N are for the copyrighted Doom IWADs which cannot be freely distributed. Instead, Quickcheck makes use of a selected set of fan-made PWAD files and D2ALL long-form demos from the Doomed Speed Demos Archive. These can be run through in a matter of minutes to gain some basic confidence that a source port's behavior is continuing to match Vanilla Doom.