diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/regress/Makefile b/regress/Makefile index cf65b3630..9e98e5880 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.27 2004/02/17 08:23:20 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.31 2004/06/24 19:32:00 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -13,6 +13,7 @@ LTESTS= connect \ | |||
13 | proto-version \ | 13 | proto-version \ |
14 | proto-mismatch \ | 14 | proto-mismatch \ |
15 | exit-status \ | 15 | exit-status \ |
16 | envpass \ | ||
16 | transfer \ | 17 | transfer \ |
17 | banner \ | 18 | banner \ |
18 | rekey \ | 19 | rekey \ |
@@ -28,13 +29,16 @@ LTESTS= connect \ | |||
28 | agent-ptrace \ | 29 | agent-ptrace \ |
29 | keyscan \ | 30 | keyscan \ |
30 | keygen-change \ | 31 | keygen-change \ |
32 | scp \ | ||
31 | sftp \ | 33 | sftp \ |
32 | sftp-cmds \ | 34 | sftp-cmds \ |
33 | sftp-badcmds \ | 35 | sftp-badcmds \ |
34 | sftp-batch \ | 36 | sftp-batch \ |
35 | reconfigure \ | 37 | reconfigure \ |
36 | dynamic-forward \ | 38 | dynamic-forward \ |
37 | forwarding | 39 | forwarding \ |
40 | multiplex \ | ||
41 | reexec | ||
38 | 42 | ||
39 | USER!= id -un | 43 | USER!= id -un |
40 | CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | 44 | CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ |
@@ -42,7 +46,9 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | |||
42 | ssh_config ssh_proxy sshd_config sshd_proxy \ | 46 | ssh_config ssh_proxy sshd_config sshd_proxy \ |
43 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ | 47 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ |
44 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ | 48 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ |
45 | ls.copy banner.in banner.out empty.in remote_pid | 49 | ls.copy banner.in banner.out empty.in \ |
50 | scp-ssh-wrapper.exe \ | ||
51 | remote_pid | ||
46 | 52 | ||
47 | #LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp | 53 | #LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |
48 | 54 | ||