Commit graph

4 commits

Author SHA1 Message Date
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
Simon Howard
6cc4dd26ad Better cleanup; exit with error when appropriate. 2019-11-11 19:40:20 -05:00
Simon Howard
227caaf69c Fix stderr redirection. 2019-11-11 19:24:17 -05:00
Simon Howard
8018e1831e Add makefile and testrunner script. 2019-11-11 18:17:57 -05:00