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) \
|
||||
.OBJDIR="$${BUILDDIR}/regress" \
|
||||
.CURDIR="`pwd`" \
|
||||
OBJ="$${BUILDDIR}/regress" \
|
||||
$@ && echo $@ tests passed
|
||||
|
||||
interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
|
||||
|
|
Loading…
Reference in New Issue