Pass OBJ to unit test make invocation.
At least the Valgrind unit tests uses $OBJ.
This commit is contained in:
parent
f42b550c28
commit
1f189181f3
|
@ -712,6 +712,7 @@ unit: regress-unit-binaries
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
.OBJDIR="$${BUILDDIR}/regress" \
|
.OBJDIR="$${BUILDDIR}/regress" \
|
||||||
.CURDIR="`pwd`" \
|
.CURDIR="`pwd`" \
|
||||||
|
OBJ="$${BUILDDIR}/regress" \
|
||||||
$@ && echo $@ tests passed
|
$@ && echo $@ tests passed
|
||||||
|
|
||||||
interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
|
interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
|
||||||
|
|
Loading…
Reference in New Issue