'make test' now tests both BDB2 and LDBM backends.

'make bdb2' tests only BDB2
'make ldbm' tests only LDBM
Fix up scripts (previous changes broke BDB2 testing)
This commit is contained in:
Kurt Zeilenga 1999-04-10 04:42:33 +00:00
parent f16846eb15
commit 6585d34a0f
10 changed files with 23 additions and 14 deletions

View File

@ -6,6 +6,10 @@ SUBDIRS= progs
BUILD_BDB2 = @BUILD_BDB2@
test: tests
tests: bdb2 ldbm
bdb2: test-bdb2
test-bdb2: FORCE
@-$(LN_S) $(srcdir)/data .
@if test "$(BUILD_BDB2)" = "yes" ; then \
@ -16,8 +20,7 @@ test-bdb2: FORCE
echo "run configure with --enable-bdb2" ; \
fi
tests: test-ldbm
test: test-ldbm
ldbm: test-ldbm
test-ldbm: FORCE
@-$(LN_S) $(srcdir)/data .
@echo "Initiating LDAP tests..."

View File

@ -6,10 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BDB2"
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh

View File

@ -6,10 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BDB2"
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh

View File

@ -6,9 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh
echo "Cleaning up in $DBDIR..."

View File

@ -6,9 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh
echo "Cleaning up in $DBDIR..."

View File

@ -6,9 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh
echo "Cleaning up in $DBDIR..."

View File

@ -6,9 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh
echo "Cleaning up in $DBDIR..."

View File

@ -6,9 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh
echo "Cleaning up in $DBDIR..."

View File

@ -16,9 +16,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh
if test ! -x $SLURPD ; then

View File

@ -6,10 +6,10 @@ else
SRCDIR=$1; shift
fi
if [ $# -eq 1 ]; then
BDB2=$1; shift
BACKEND=$1; shift
fi
echo "running defines.sh $SRCDIR $BDB2"
echo "running defines.sh $SRCDIR $BACKEND"
. $SRCDIR/scripts/defines.sh