diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-01-26 06:12:18 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-27 00:03:53 +1100 |
commit | d411d395556b73ba1b9e451516a0bd6697c4b03d (patch) | |
tree | 681cfa1f99728d8efb4b4c30884228948231890c /regress/Makefile | |
parent | fe8a3a51699afbc6407a8fae59b73349d01e49f8 (diff) |
upstream commit
regression test for host key rotation
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index c920661ae..58bcb38b6 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.77 2015/01/20 22:58:57 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.78 2015/01/26 06:12:18 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -68,7 +68,8 @@ LTESTS= connect \ | |||
68 | multipubkey \ | 68 | multipubkey \ |
69 | limit-keytype \ | 69 | limit-keytype \ |
70 | hostkey-agent \ | 70 | hostkey-agent \ |
71 | keygen-knownhosts | 71 | keygen-knownhosts \ |
72 | hostkey-rotate | ||
72 | 73 | ||
73 | 74 | ||
74 | # dhgex \ | 75 | # dhgex \ |