diff options
author | djm@openbsd.org <djm@openbsd.org> | 2014-12-22 08:06:03 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-12-22 19:13:38 +1100 |
commit | 4bea0ab3290c0b9dd2aa199e932de8e7e18062d6 (patch) | |
tree | adfe88a825fccfb1a172254e6d029f8e653e97e5 /regress/Makefile | |
parent | f1c4d8ec52158b6f57834b8cd839605b0a33e7f2 (diff) |
upstream commit
regression test for multiple required pubkey authentication;
ok markus@
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 |