[openssh-commits] [openssh] 01/01: Add a "unit" target to run only unit tests.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 14 13:38:57 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f5907982f42a8d88a430b8a46752cbb7859ba979
Author: Darren Tucker <dtucker at zip.com.au>
Date: Tue Mar 14 13:38:15 2017 +1100
Add a "unit" target to run only unit tests.
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index e10f374..e1a6aa2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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"; \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list