Different, correct fix of tests

Now without caching .data and extended cleanup
This commit is contained in:
NHOrus 2017-05-26 09:41:54 +03:00
parent 196a9e1a49
commit df23b58032
7 changed files with 599 additions and 7 deletions

View file

@ -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.