summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-12-03 10:12:13 +1100
committerDamien Miller <djm@mindrot.org>2012-12-03 10:12:13 +1100
commit771c43cee6343f757884030ff92f1156b2ef399f (patch)
tree89552a23852b3f75aaf31398bf05900504563266 /regress/Makefile
parent6618e92509bc0362352de1386ee0d70e785a9bb5 (diff)
- djm@cvs.openbsd.org 2012/11/22 22:49:30
[regress/Makefile regress/keys-command.sh] regress for AuthorizedKeysCommand; hints from markus@
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index f114c27e9..dcc80b734 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.58 2011/01/06 22:46:21 djm Exp $ 1# $OpenBSD: Makefile,v 1.59 2012/11/22 22:49:30 djm Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -57,7 +57,8 @@ LTESTS= connect \
57 kextype \ 57 kextype \
58 cert-hostkey \ 58 cert-hostkey \
59 cert-userkey \ 59 cert-userkey \
60 host-expand 60 host-expand \
61 keys-command
61 62
62INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers 63INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
63#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp 64#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp