mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-12 05:04:59 +00:00
0abf41f99a
enable hostkeys unit tests
6 lines
161 B
Makefile
6 lines
161 B
Makefile
# $OpenBSD: Makefile,v 1.5 2015/02/16 22:21:03 djm Exp $
|
|
REGRESS_FAIL_EARLY= yes
|
|
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys
|
|
|
|
.include <bsd.subdir.mk>
|