Add a "unit" target to run only unit tests.

This commit is contained in:
Darren Tucker 2017-03-14 13:38:15 +11:00
parent 9e96b41682
commit f5907982f4
1 changed files with 1 additions and 1 deletions

View File

@ -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"; \