finally enable the KEX tests I wrote some years ago...
authormarkus <markus@openbsd.org>
Mon, 19 Jan 2015 20:45:25 +0000 (20:45 +0000)
committermarkus <markus@openbsd.org>
Mon, 19 Jan 2015 20:45:25 +0000 (20:45 +0000)
regress/usr.bin/ssh/unittests/Makefile

index 1b1dea7..edebe09 100644 (file)
@@ -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 <bsd.subdir.mk>