diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/regress/Makefile b/regress/Makefile index 23f1cbc9a..1c02aa819 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.75 2015/01/18 19:47:55 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.76 2015/01/18 22:00: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) |
@@ -67,7 +67,8 @@ LTESTS= connect \ | |||
67 | krl \ | 67 | krl \ |
68 | multipubkey \ | 68 | multipubkey \ |
69 | limit-keytype \ | 69 | limit-keytype \ |
70 | hostkey-agent | 70 | hostkey-agent \ |
71 | keygen-knownhosts | ||
71 | 72 | ||
72 | 73 | ||
73 | # dhgex \ | 74 | # dhgex \ |
@@ -97,7 +98,8 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | |||
97 | regress.log failed-regress.log ssh-log-wrapper.sh \ | 98 | regress.log failed-regress.log ssh-log-wrapper.sh \ |
98 | sftp-server.sh sftp-server.log sftp.log setuid-allowed \ | 99 | sftp-server.sh sftp-server.log sftp.log setuid-allowed \ |
99 | data ed25519-agent ed25519-agent.pub key.ed25519-512 \ | 100 | data ed25519-agent ed25519-agent.pub key.ed25519-512 \ |
100 | key.ed25519-512.pub netcat host_krl_* host_revoked_* user_*key* | 101 | key.ed25519-512.pub netcat host_krl_* host_revoked_* \ |
102 | kh.* user_*key* | ||
101 | 103 | ||
102 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} | 104 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} |
103 | 105 | ||