Pass OBJ to unit test make invocation.

At least the Valgrind unit tests uses $OBJ.
This commit is contained in:
Darren Tucker 2021-04-08 15:17:19 +10:00
parent f42b550c28
commit 1f189181f3
1 changed files with 1 additions and 0 deletions

View File

@ -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)