Added a 'make fulltest' so that I can be sure everything works.

This commit is contained in:
John Wiegley 2008-08-07 05:54:25 -04:00
parent 26e121dde0
commit 651ada9cad

View file

@ -319,4 +319,10 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html
docs: pdf $(top_builddir)/doc/refman.pdf
fulltest:
rsync -av --delete $(srcdir)/ /tmp/ledger/
(cd /tmp/ledger; \
git clean -x -d -f; \
./myacprep --release --build -j3 distcheck)
# Makefile.am ends here