diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/Makefile b/regress/Makefile index 011eec27b..77f7e5f12 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.101 2019/07/05 04:19:39 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.102 2019/07/16 02:09:29 dtucker 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: prep $(REGRESS_TARGETS) | 4 | tests: prep $(REGRESS_TARGETS) |
@@ -102,8 +102,9 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \ | |||
102 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ | 102 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ |
103 | ed25519-agent.pub ed25519 ed25519.pub empty.in \ | 103 | ed25519-agent.pub ed25519 ed25519.pub empty.in \ |
104 | expect failed-regress.log failed-ssh.log failed-sshd.log \ | 104 | expect failed-regress.log failed-ssh.log failed-sshd.log \ |
105 | hkr.* host.ed25519 host.rsa host.rsa1 host_* \ | 105 | hkr.* host.ecdsa-sha2-nistp256 host.ecdsa-sha2-nistp384 \ |
106 | host_ca_key* host_krl_* host_revoked_* key.* \ | 106 | host.ecdsa-sha2-nistp521 host.ssh-dss host.ssh-ed25519 \ |
107 | host.ssh-rsa host_ca_key* host_krl_* host_revoked_* key.* \ | ||
107 | key.dsa-* key.ecdsa-* key.ed25519-512 \ | 108 | key.dsa-* key.ecdsa-* key.ed25519-512 \ |
108 | key.ed25519-512.pub key.rsa-* keys-command-args kh.* \ | 109 | key.ed25519-512.pub key.rsa-* keys-command-args kh.* \ |
109 | known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \ | 110 | known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \ |