mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2014/04/30 05:32:00
[regress/Makefile] unit tests for new buffer API; including basic fuzz testing NB. Id sync only.
This commit is contained in:
parent
3ff92ba756
commit
5a96707ffc
|
@ -77,6 +77,10 @@
|
|||
NB. Id sync only for these two. They were bundled into the sshkey merge
|
||||
above, since it was easier to sync the entire file and then apply
|
||||
portable-specific changed atop it.
|
||||
- djm@cvs.openbsd.org 2014/04/30 05:32:00
|
||||
[regress/Makefile]
|
||||
unit tests for new buffer API; including basic fuzz testing
|
||||
NB. Id sync only.
|
||||
|
||||
20140618
|
||||
- (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: Makefile,v 1.68 2014/01/25 04:35:32 dtucker Exp $
|
||||
# $OpenBSD: Makefile,v 1.69 2014/04/30 05:32:00 djm Exp $
|
||||
|
||||
REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t-exec
|
||||
tests: $(REGRESS_TARGETS)
|
||||
|
@ -102,6 +102,9 @@ TEST_SSH_SSHKEYGEN?=ssh-keygen
|
|||
|
||||
CPPFLAGS=-I..
|
||||
|
||||
unit:
|
||||
(set -e ; cd ${.CURDIR}/unittests ; make)
|
||||
|
||||
t1:
|
||||
${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv
|
||||
tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv
|
||||
|
|
Loading…
Reference in New Issue