First version of regression tests.

Only one test so far but the framework for more is in place.
This commit is contained in:
Eric S. Raymond 2017-05-26 00:22:51 -04:00
parent 7763e1aa22
commit 894724d1c8
4 changed files with 118 additions and 0 deletions

View file

@ -25,6 +25,9 @@ misc.o: misc.h main.h
clean:
rm -f *.o advent advent.html advent.6 adventure.data
check:
cd tests; $(MAKE) --quiet
# Requires asciidoc and xsltproc/docbook stylesheets.
.asc.6:
a2x --doctype manpage --format manpage $<