mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2024-11-21 12:11:16 +00:00
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:
parent
fb93f51d87
commit
7d0a36dca1
2 changed files with 9541 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue