mirror of git://anongit.mindrot.org/openssh.git
Add a "unit" target to run only unit tests.
This commit is contained in:
parent
9e96b41682
commit
f5907982f4
|
@ -564,7 +564,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \
|
|||
regress/unittests/utf8/test_utf8$(EXEEXT) \
|
||||
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
|
||||
|
||||
tests interop-tests t-exec: 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"; \
|
||||
|
|
Loading…
Reference in New Issue