summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-05-21 06:44:25 +0000
committerDamien Miller <djm@mindrot.org>2015-05-21 16:46:56 +1000
commit13640798c7dd011ece0a7d02841fe48e94cfa0e0 (patch)
treeb83882e37e458f58389222e79d4a9cd24cd82d4a /regress/Makefile
parent84452c5d03c21f9bfb28c234e0dc1dc67dd817b1 (diff)
upstream commit
regress test for AuthorizedPrincipalsCommand Upstream-Regress-ID: c658fbf1ab6b6011dc83b73402322e396f1e1219
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 68df9b391..0ea179579 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.80 2015/04/23 05:01:19 dtucker Exp $ 1# $OpenBSD: Makefile,v 1.81 2015/05/21 06:44:25 djm Exp $
2 2
3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec 3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
4tests: prep $(REGRESS_TARGETS) 4tests: prep $(REGRESS_TARGETS)
@@ -73,7 +73,8 @@ LTESTS= connect \
73 limit-keytype \ 73 limit-keytype \
74 hostkey-agent \ 74 hostkey-agent \
75 keygen-knownhosts \ 75 keygen-knownhosts \
76 hostkey-rotate 76 hostkey-rotate \
77 principals-command
77 78
78 79
79# dhgex \ 80# dhgex \