]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Pass OBJ to unit test make invocation.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 8 Apr 2021 05:17:19 +0000 (15:17 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 8 Apr 2021 05:17:19 +0000 (15:17 +1000)
At least the Valgrind unit tests uses $OBJ.

Makefile.in

index dddb2e4210b399f5d609da299469c911530320a5..b749206dd4e74db39d9e336068d80f1be2cc3f04 100644 (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)