upstream commit

enable hostkeys unit tests
This commit is contained in:
djm@openbsd.org 2015-02-16 22:21:03 +00:00 committed by Damien Miller
parent 68a5d647cc
commit 0abf41f99a
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $
# $OpenBSD: Makefile,v 1.5 2015/02/16 22:21:03 djm Exp $
REGRESS_FAIL_EARLY= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys
.include <bsd.subdir.mk>