Mailing List Archive

[openssh] 01/02: Pass OBJ to unit test make invocation.
This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 1f189181f3ea09a9b08aa866f78843fec800874f
Author: Darren Tucker <dtucker@dtucker.net>
Date: Thu Apr 8 15:17:19 2021 +1000

Pass OBJ to unit test make invocation.

At least the Valgrind unit tests uses $OBJ.
---
Makefile.in | 1 +
1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index dddb2e42..b749206d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits