summaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-20 13:31:01 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-20 13:31:01 -0400
commit740cd8e8f13a52084b7812246221b2d658bcfc84 (patch)
tree4ce46137d85db37698745c7b8ea8605b5caedf6f /tools/build
parent748a6008b3ea7ac0c2ddf69bbcbea20d9d04ffec (diff)
downloadfork-ledger-740cd8e8f13a52084b7812246221b2d658bcfc84.tar.gz
fork-ledger-740cd8e8f13a52084b7812246221b2d658bcfc84.tar.bz2
fork-ledger-740cd8e8f13a52084b7812246221b2d658bcfc84.zip
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.
Diffstat (limited to 'tools/build')
-rwxr-xr-xtools/build3
1 files changed, 3 insertions, 0 deletions
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)