summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-07 05:54:25 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-07 05:54:25 -0400
commit651ada9cadc7a2c184d64170b4c04a73ab96b1af (patch)
tree838508212d3b6a78bb30454f7fe50f10fb88f251
parent26e121dde080f9cf68c5fdf97e6172bc4cde8a07 (diff)
downloadledger-651ada9cadc7a2c184d64170b4c04a73ab96b1af.tar.gz
ledger-651ada9cadc7a2c184d64170b4c04a73ab96b1af.tar.bz2
ledger-651ada9cadc7a2c184d64170b4c04a73ab96b1af.zip
Added a 'make fulltest' so that I can be sure everything works.
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cf31596b..c198a5a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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