mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
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…
x
Reference in New Issue
Block a user