зеркало из https://github.com/Azure/sonic-openssh.git
- (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test
This commit is contained in:
Родитель
82b2482ce6
Коммит
81309c857d
|
@ -176,6 +176,7 @@
|
|||
[regress/unittests/sshkey/testdata/rsa_n_pw]
|
||||
unit and fuzz tests for new key API
|
||||
- (djm) [sshkey.c] Conditionalise inclusion of util.h
|
||||
- (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test
|
||||
|
||||
20140618
|
||||
- (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare
|
||||
|
|
|
@ -185,5 +185,6 @@ interop: ${INTEROP_TARGETS}
|
|||
unit:
|
||||
set -e ; if test -z "${SKIP_UNIT}" ; then \
|
||||
${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
|
||||
${.OBJDIR}/unittests/sshkey/test_sshkey ; \
|
||||
${.OBJDIR}/unittests/sshkey/test_sshkey \
|
||||
-d ${.CURDIR}//unittests/sshkey/testdata ; \
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче