[regress/Makefile]
     add regression test for ssh-keygen pubkey conversions
This commit is contained in:
Damien Miller 2010-02-24 17:24:56 +11:00
parent a80f1404bb
commit b6bd3c2ca8
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,9 @@
- djm@cvs.openbsd.org 2010/02/11 20:37:47 - djm@cvs.openbsd.org 2010/02/11 20:37:47
[pathnames.h] [pathnames.h]
correct comment correct comment
- dtucker@cvs.openbsd.org 2009/11/09 04:20:04
[regress/Makefile]
add regression test for ssh-keygen pubkey conversions
20100212 20100212
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2009/08/13 00:57:17 djm Exp $ # $OpenBSD: Makefile,v 1.50 2009/11/09 04:20:04 dtucker Exp $
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
tests: $(REGRESS_TARGETS) tests: $(REGRESS_TARGETS)
@ -34,6 +34,7 @@ LTESTS= connect \
agent-ptrace \ agent-ptrace \
keyscan \ keyscan \
keygen-change \ keygen-change \
keygen-convert \
key-options \ key-options \
scp \ scp \
sftp \ sftp \