- (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test
This commit is contained in:
parent
82b2482ce6
commit
81309c857d
|
@ -176,6 +176,7 @@
|
||||||
[regress/unittests/sshkey/testdata/rsa_n_pw]
|
[regress/unittests/sshkey/testdata/rsa_n_pw]
|
||||||
unit and fuzz tests for new key API
|
unit and fuzz tests for new key API
|
||||||
- (djm) [sshkey.c] Conditionalise inclusion of util.h
|
- (djm) [sshkey.c] Conditionalise inclusion of util.h
|
||||||
|
- (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test
|
||||||
|
|
||||||
20140618
|
20140618
|
||||||
- (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare
|
- (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare
|
||||||
|
|
|
@ -185,5 +185,6 @@ interop: ${INTEROP_TARGETS}
|
||||||
unit:
|
unit:
|
||||||
set -e ; if test -z "${SKIP_UNIT}" ; then \
|
set -e ; if test -z "${SKIP_UNIT}" ; then \
|
||||||
${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
|
${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
|
||||||
${.OBJDIR}/unittests/sshkey/test_sshkey ; \
|
${.OBJDIR}/unittests/sshkey/test_sshkey \
|
||||||
|
-d ${.CURDIR}//unittests/sshkey/testdata ; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue