diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 15:31:41 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 15:31:41 +1000 |
commit | 7b1877c803021430818ad7bd6bff504f0de1658f (patch) | |
tree | c6c96cdd9d78eeb1a5e7887b4c3a5f4ab6dbceff /regress/Makefile | |
parent | 24f2a42e53d084486e93e45d96c9d6178c583043 (diff) |
- (djm) [regress/Makefile regress/agent-getpeereid.sh regress/cfgmatch.sh]
[regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh]
Sync regress tests to -current; include dtucker@'s new cfgmatch and
forcecommand tests. Add cipher-speed.sh test (not linked in yet)
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/regress/Makefile b/regress/Makefile index 4f47bc3fd..539956398 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.36 2005/03/04 08:48:46 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.42 2006/07/19 13:34:52 dtucker 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) |
@@ -40,7 +40,9 @@ LTESTS= connect \ | |||
40 | forwarding \ | 40 | forwarding \ |
41 | multiplex \ | 41 | multiplex \ |
42 | reexec \ | 42 | reexec \ |
43 | brokenkeys | 43 | brokenkeys \ |
44 | cfgmatch \ | ||
45 | forcecommand | ||
44 | 46 | ||
45 | USER!= id -un | 47 | USER!= id -un |
46 | CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | 48 | CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ |
@@ -49,8 +51,8 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | |||
49 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ | 51 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ |
50 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ | 52 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ |
51 | ls.copy banner.in banner.out empty.in \ | 53 | ls.copy banner.in banner.out empty.in \ |
52 | scp-ssh-wrapper.scp ssh_proxy_envpass \ | 54 | scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \ |
53 | remote_pid | 55 | sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv |
54 | 56 | ||
55 | #LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp | 57 | #LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |
56 | 58 | ||