summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-02-16 22:21:03 +0000
committerDamien Miller <djm@mindrot.org>2015-02-17 09:35:35 +1100
commit0abf41f99aa16ff09b263bead242d6cb2dbbcf99 (patch)
treebd0f7b67477d3aaed8c311e19f608d2b2b513b3b
parent68a5d647ccf0fb6782b2f749433a1eee5bc9044b (diff)
upstream commit
enable hostkeys unit tests
-rw-r--r--regress/unittests/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index 98121b744..d3d90823f 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,6 +1,5 @@
1# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $ 1# $OpenBSD: Makefile,v 1.5 2015/02/16 22:21:03 djm Exp $
2REGRESS_FAIL_EARLY= yes 2REGRESS_FAIL_EARLY= yes
3 3SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys
4SUBDIR= test_helper sshbuf sshkey bitmap kex
5 4
6.include <bsd.subdir.mk> 5.include <bsd.subdir.mk>