Different, correct fix of tests
Now without caching .data and extended cleanup
This commit is contained in:
parent
196a9e1a49
commit
df23b58032
7 changed files with 599 additions and 7 deletions
3
Makefile
3
Makefile
|
@ -24,8 +24,9 @@ misc.o: misc.h main.h
|
|||
|
||||
clean:
|
||||
rm -f *.o advent advent.html advent.6 adventure.data
|
||||
cd tests; $(MAKE) --quiet clean
|
||||
|
||||
check:
|
||||
check: advent
|
||||
cd tests; $(MAKE) --quiet
|
||||
|
||||
# Requires asciidoc and xsltproc/docbook stylesheets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue