Specify demos explicitly

As well as being more deliberate, this also eliminates the need to do
a complete scan of the directory tree just to figure out what files to
run.
This commit is contained in:
Simon Howard 2024-08-31 23:50:57 -04:00
parent fb93f51d87
commit 7d0a36dca1
2 changed files with 9541 additions and 1 deletions

View file

@ -4,7 +4,8 @@ export SDL_VIDEODRIVER = dummy
export DOOMOPTS = -mb 16 -nodraw -noblit -nosound \
-noautoload -nogui -nograbmouse
OUTPUTS = $(subst expected/,output/,$(shell find expected/ -name '*.txt'))
ALL_DEMOS = $(patsubst %,demos/%,$(shell cat demos.txt))
OUTPUTS = $(subst .lmp,.txt,$(subst demos/,output/,$(ALL_DEMOS)))
UNZIPOPTS = -L -o
check: expected output

9539
demos.txt Normal file

File diff suppressed because it is too large Load diff