unit: regress-unit-binaries
cd $(srcdir)/regress || exit $$?; \
$(MAKE) \
+ .CURDIR="$(abs_top_srcdir)/regress" \
.OBJDIR="$(BUILDDIR)/regress" \
- .CURDIR="`pwd`" \
OBJ="$(BUILDDIR)/regress" \
$@ && echo $@ tests passed
cd $(srcdir)/regress || exit $$?; \
EGREP='@EGREP@' \
$(MAKE) \
+ .CURDIR="$(abs_top_srcdir)/regress" \
.OBJDIR="$(BUILDDIR)/regress" \
- .CURDIR="`pwd`" \
BUILDDIR="$(BUILDDIR)" \
- OBJ="$(BUILDDIR)/regress/" \
+ OBJ="$(BUILDDIR)/regress" \
PATH="$(BUILDDIR):$${PATH}" \
TEST_ENV=MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
TEST_MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \