summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile49
1 files changed, 26 insertions, 23 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 451909c1a..08fd82dbf 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.82 2015/09/24 06:16:53 djm Exp $ 1# $OpenBSD: Makefile,v 1.88 2016/06/03 04:10:41 dtucker 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)
@@ -54,6 +54,7 @@ LTESTS= connect \
54 multiplex \ 54 multiplex \
55 reexec \ 55 reexec \
56 brokenkeys \ 56 brokenkeys \
57 sshcfgparse \
57 cfgparse \ 58 cfgparse \
58 cfgmatch \ 59 cfgmatch \
59 addrmatch \ 60 addrmatch \
@@ -75,7 +76,8 @@ LTESTS= connect \
75 keygen-knownhosts \ 76 keygen-knownhosts \
76 hostkey-rotate \ 77 hostkey-rotate \
77 principals-command \ 78 principals-command \
78 cert-file 79 cert-file \
80 cfginclude
79 81
80 82
81# dhgex \ 83# dhgex \
@@ -86,27 +88,28 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
86#LTESTS= cipher-speed 88#LTESTS= cipher-speed
87 89
88USER!= id -un 90USER!= id -un
89CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ 91CLEANFILES= *.core actual agent-key.* authorized_keys_${USER} \
90 t8.out t8.out.pub t9.out t9.out.pub t10.out t10.out.pub \ 92 authorized_keys_${USER}.* authorized_principals_${USER} \
91 t12.out t12.out.pub \ 93 banner.in banner.out cert_host_key* cert_user_key* \
92 authorized_keys_${USER} known_hosts pidfile testdata \ 94 copy.1 copy.2 data ed25519-agent ed25519-agent* \
93 ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ 95 ed25519-agent.pub empty.in expect failed-regress.log \
94 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ 96 failed-ssh.log failed-sshd.log hkr.* host.rsa host.rsa1 \
95 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ 97 host_* host_ca_key* host_krl_* host_revoked_* key.* \
96 ls.copy banner.in banner.out empty.in \ 98 key.dsa-* key.ecdsa-* key.ed25519-512 key.ed25519-512.pub \
97 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \ 99 key.rsa-* keys-command-args kh.* known_hosts \
98 sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \ 100 known_hosts-cert known_hosts.* krl-* ls.copy modpipe \
99 known_hosts-cert host_ca_key* cert_host_key* cert_user_key* \ 101 netcat pidfile putty.rsa2 ready regress.log remote_pid \
100 putty.rsa2 sshd_proxy_orig ssh_proxy_bak \ 102 revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa1 \
101 key.rsa-* key.dsa-* key.ecdsa-* \ 103 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \
102 authorized_principals_${USER} expect actual ready \ 104 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
103 sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ 105 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
104 ssh.log failed-ssh.log sshd.log failed-sshd.log \ 106 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \
105 regress.log failed-regress.log ssh-log-wrapper.sh \ 107 ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \
106 sftp-server.sh sftp-server.log sftp.log setuid-allowed \ 108 ssh_proxy_envpass sshd.log sshd_config sshd_config.orig \
107 data ed25519-agent ed25519-agent.pub key.ed25519-512 \ 109 sshd_proxy sshd_proxy.* sshd_proxy_bak sshd_proxy_orig \
108 key.ed25519-512.pub netcat host_krl_* host_revoked_* \ 110 t10.out t10.out.pub t12.out t12.out.pub t2.out t3.out \
109 kh.* user_*key* agent-key.* known_hosts.* hkr.* 111 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \
112 t9.out t9.out.pub testdata user_*key* user_ca* user_key*
110 113
111SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} 114SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER}
112 115