First version of regression tests.
Only one test so far but the framework for more is in place.
This commit is contained in:
parent
7763e1aa22
commit
894724d1c8
4 changed files with 118 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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 $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue