summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
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 3d32857c6..23f1cbc9a 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.74 2015/01/13 07:49:49 djm Exp $ 1# $OpenBSD: Makefile,v 1.75 2015/01/18 19:47:55 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: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -66,7 +66,8 @@ LTESTS= connect \
66 integrity \ 66 integrity \
67 krl \ 67 krl \
68 multipubkey \ 68 multipubkey \
69 limit-keytype 69 limit-keytype \
70 hostkey-agent
70 71
71 72
72# dhgex \ 73# dhgex \