From 740cd8e8f13a52084b7812246221b2d658bcfc84 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Feb 2009 13:31:01 -0400 Subject: Added feature baseline tests These are like regression tests to confirm the basic functionality of every Ledger feature. Also, made the release-distcheck target less sensitive. --- tools/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/build') diff --git a/tools/build b/tools/build index c1c0d3eb..6a65ea0e 100755 --- a/tools/build +++ b/tools/build @@ -9,6 +9,9 @@ if [ -d ~/Products/ledger ]; then fi if [ ! -f Makefile -o \ + $SRCDIR/Makefile.am -nt Makefile -o \ + $SRCDIR/configure.ac -nt Makefile -o \ + $SRCDIR/acprep -nt Makefile -o \ $SRCDIR/acprep -nt Makefile -o \ $SRCDIR/tools/myacprep -nt Makefile ]; then (cd $SRCDIR && tools/myacprep) -- cgit v1.2.3