Make "unit" a dependency of "test".

This commit is contained in:
Darren Tucker 2019-07-24 00:12:51 +10:00
parent 4317b2a048
commit 4e8d0dd78d
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ regress-unit-binaries: \
unit: regress-unit-binaries
tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
tests interop-tests t-exec: unit regress-prep regress-binaries $(TARGETS)
BUILDDIR=`pwd`; \
TEST_SSH_SCP="$${BUILDDIR}/scp"; \
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \