mirror of git://anongit.mindrot.org/openssh.git
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
This commit is contained in:
parent
1708cb7d0d
commit
cce927c25f
|
@ -1,5 +1,6 @@
|
|||
20110213
|
||||
- (djm) [misc.c] include time.h for nanosleep() prototype
|
||||
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
|
||||
|
||||
20110212
|
||||
- OpenBSD CVS Sync
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
|
||||
# $Id: Makefile.in,v 1.316 2011/01/13 03:06:38 tim Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
|
@ -407,6 +407,7 @@ tests interop-tests: $(TARGETS)
|
|||
TEST_SSH_PUTTYGEN="puttygen"; \
|
||||
TEST_SSH_CONCH="conch"; \
|
||||
TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
|
||||
TEST_SSH_ECC="@TEST_SSH_ECC@" ; \
|
||||
cd $(srcdir)/regress || exit $$?; \
|
||||
$(MAKE) \
|
||||
.OBJDIR="$${BUILDDIR}/regress" \
|
||||
|
@ -427,7 +428,8 @@ tests interop-tests: $(TARGETS)
|
|||
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
|
||||
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
|
||||
TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
|
||||
TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
|
||||
TEST_SSH_IPV6="$${TEST_SSH_IPV6}" \
|
||||
TEST_SSH_ECC="$${TEST_SSH_ECC}" \
|
||||
EXEEXT="$(EXEEXT)" \
|
||||
$@ && echo all tests passed
|
||||
|
||||
|
|
Loading…
Reference in New Issue