summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-08 15:17:19 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-04-08 15:17:19 +1000
commit1f189181f3ea09a9b08aa866f78843fec800874f (patch)
treed57f4a986bc38c6fad6bda74191c05d5be385b93
parentf42b550c281d28bd19e9dd6ce65069164f3482b0 (diff)
Pass OBJ to unit test make invocation.
At least the Valgrind unit tests uses $OBJ.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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)