Added a 'make fulltest' so that I can be sure everything works.
This commit is contained in:
parent
26e121dde0
commit
651ada9cad
1 changed files with 6 additions and 0 deletions
|
|
@ -319,4 +319,10 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html
|
||||||
|
|
||||||
docs: pdf $(top_builddir)/doc/refman.pdf
|
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
|
# Makefile.am ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue