* src/sanity/readme.test: A script to check whether all the

directories referenced in README exist.
* src/sanity/Makefile.am: Adjust to call `readme.test' when make
check is invoked.
This commit is contained in:
Guillaume Sadegh 2010-01-24 03:06:00 +01:00
parent 3633fced1d
commit cbdb0feb68
3 changed files with 66 additions and 0 deletions

View file

@ -34,6 +34,8 @@ check-local:
$(SHELL) $(srcdir)/80columns.test $(TESTHEADER)
INCDIR='$(top_srcdir)/src' \
$(SHELL) $(srcdir)/style.test $(TESTHEADER)
top_srcdir='$(top_srcdir)' \
$(PERL) $(srcdir)/readme.test
# Ensure we have not forgotten to include an header.
installcheck-local: