diff options
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 2905a0d0a..27c4e79e1 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.71 2014/12/22 02:15:52 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.72 2014/12/22 08:06:03 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -64,7 +64,8 @@ LTESTS= connect \ | |||
64 | keys-command \ | 64 | keys-command \ |
65 | forward-control \ | 65 | forward-control \ |
66 | integrity \ | 66 | integrity \ |
67 | krl | 67 | krl \ |
68 | multipubkey | ||
68 | # dhgex \ | 69 | # dhgex \ |
69 | 70 | ||
70 | INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers | 71 | INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers |