diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 3b8ea245b..7d4e2ab4e 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.48 2008/06/28 13:57:25 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.49 2009/08/13 00:57:17 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) |
@@ -50,7 +50,8 @@ LTESTS= connect \ | |||
50 | cfgmatch \ | 50 | cfgmatch \ |
51 | addrmatch \ | 51 | addrmatch \ |
52 | localcommand \ | 52 | localcommand \ |
53 | forcecommand | 53 | forcecommand \ |
54 | portnum | ||
54 | 55 | ||
55 | INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers | 56 | INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers |
56 | #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp | 57 | #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |