From: markus Date: Mon, 19 Jan 2015 20:45:25 +0000 (+0000) Subject: finally enable the KEX tests I wrote some years ago... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c2ccb0274ca4c8be29869b75a5fcb93c4fc712d2;p=openbsd finally enable the KEX tests I wrote some years ago... --- diff --git a/regress/usr.bin/ssh/unittests/Makefile b/regress/usr.bin/ssh/unittests/Makefile index 1b1dea7ebab..edebe099aa6 100644 --- a/regress/usr.bin/ssh/unittests/Makefile +++ b/regress/usr.bin/ssh/unittests/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2015/01/15 07:36:28 djm Exp $ +# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $ REGRESS_FAIL_EARLY= yes -SUBDIR= test_helper sshbuf sshkey bitmap +SUBDIR= test_helper sshbuf sshkey bitmap kex .include