diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/regress/Makefile b/regress/Makefile index 4e32eab8a..23314b808 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.85 2016/04/15 00:31:10 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.86 2016/04/15 00:48:01 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: prep $(REGRESS_TARGETS) | 4 | tests: prep $(REGRESS_TARGETS) |
@@ -87,28 +87,28 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers | |||
87 | #LTESTS= cipher-speed | 87 | #LTESTS= cipher-speed |
88 | 88 | ||
89 | USER!= id -un | 89 | USER!= id -un |
90 | CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | 90 | CLEANFILES= *.core actual agent-key.* authorized_keys_${USER} \ |
91 | t8.out t8.out.pub t9.out t9.out.pub t10.out t10.out.pub \ | 91 | authorized_keys_${USER}.* authorized_principals_${USER} \ |
92 | t12.out t12.out.pub \ | 92 | banner.in banner.out cert_host_key* cert_user_key* \ |
93 | authorized_keys_${USER} known_hosts pidfile testdata \ | 93 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ |
94 | ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ | 94 | ed25519-agent.pub empty.in expect failed-regress.log \ |
95 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ | 95 | failed-ssh.log failed-sshd.log hkr.* host.rsa host.rsa1 \ |
96 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ | 96 | host_* host_ca_key* host_krl_* host_revoked_* key.* \ |
97 | ls.copy banner.in banner.out empty.in \ | 97 | key.dsa-* key.ecdsa-* key.ed25519-512 key.ed25519-512.pub \ |
98 | scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \ | 98 | key.rsa-* keys-command-args kh.* known_hosts \ |
99 | sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \ | 99 | known_hosts-cert known_hosts.* krl-* ls.copy modpipe \ |
100 | known_hosts-cert host_ca_key* cert_host_key* cert_user_key* \ | 100 | netcat pidfile putty.rsa2 ready regress.log remote_pid \ |
101 | putty.rsa2 sshd_proxy_orig ssh_proxy_bak \ | 101 | revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa1 \ |
102 | key.rsa-* key.dsa-* key.ecdsa-* \ | 102 | rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ |
103 | authorized_principals_${USER} expect actual ready \ | 103 | rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ |
104 | sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ | 104 | scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ |
105 | ssh.log failed-ssh.log sshd.log failed-sshd.log \ | 105 | sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ |
106 | regress.log failed-regress.log ssh-log-wrapper.sh \ | 106 | ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ |
107 | sftp-server.sh sftp-server.log sftp.log setuid-allowed \ | 107 | ssh_proxy_envpass sshd.log sshd_config sshd_config.orig \ |
108 | data ed25519-agent ed25519-agent.pub key.ed25519-512 \ | 108 | sshd_proxy sshd_proxy.* sshd_proxy_bak sshd_proxy_orig \ |
109 | key.ed25519-512.pub netcat host_krl_* host_revoked_* \ | 109 | t10.out t10.out.pub t12.out t12.out.pub t2.out t3.out \ |
110 | kh.* user_*key* agent-key.* known_hosts.* hkr.* \ | 110 | t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ |
111 | scp-ssh-wrapper.scp ssh_proxy_bak ssh_config.* | 111 | t9.out t9.out.pub testdata user_*key* user_ca* user_key* |
112 | 112 | ||
113 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} | 113 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} |
114 | 114 | ||