summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index c7e7bb06a..8f15f3b4d 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.28 2004/04/27 09:47:30 djm Exp $ 1# $OpenBSD: Makefile,v 1.29 2004/06/13 13:51:02 dtucker Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -29,6 +29,7 @@ LTESTS= connect \
29 agent-ptrace \ 29 agent-ptrace \
30 keyscan \ 30 keyscan \
31 keygen-change \ 31 keygen-change \
32 scp \
32 sftp \ 33 sftp \
33 sftp-cmds \ 34 sftp-cmds \
34 sftp-badcmds \ 35 sftp-badcmds \
@@ -43,7 +44,9 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
43 ssh_config ssh_proxy sshd_config sshd_proxy \ 44 ssh_config ssh_proxy sshd_config sshd_proxy \
44 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ 45 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \
45 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ 46 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \
46 ls.copy banner.in banner.out empty.in remote_pid 47 ls.copy banner.in banner.out empty.in \
48 scp-ssh-wrapper.exe \
49 remote_pid
47 50
48#LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp 51#LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
49 52