summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-06-24 06:35:24 +0000
committerDamien Miller <djm@mindrot.org>2017-06-24 17:29:55 +1000
commitc9cdef35524bd59007e17d5bd2502dade69e2dfb (patch)
treeb38d6b81321f0a4df92745e3f02b3eac7be8b870 /regress/Makefile
parentf17ee61cad25d210edab69d04ed447ad55fe80c1 (diff)
upstream commit
regress test for ExposeAuthInfo Upstream-Regress-ID: 190e5b6866376f4061c411ab157ca4d4e7ae86fd
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 f968c4161..7d50f9cfa 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.94 2016/12/16 03:51:19 dtucker Exp $ 1# $OpenBSD: Makefile,v 1.95 2017/06/24 06:35:24 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)
@@ -79,7 +79,8 @@ LTESTS= connect \
79 principals-command \ 79 principals-command \
80 cert-file \ 80 cert-file \
81 cfginclude \ 81 cfginclude \
82 allow-deny-users 82 allow-deny-users \
83 authinfo
83 84
84 85
85# dhgex \ 86# dhgex \