mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-14 06:04:49 +00:00
c78a578107
finally enable the KEX tests I wrote some years ago...
7 lines
156 B
Makefile
7 lines
156 B
Makefile
# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $
|
|
REGRESS_FAIL_EARLY= yes
|
|
|
|
SUBDIR= test_helper sshbuf sshkey bitmap kex
|
|
|
|
.include <bsd.subdir.mk>
|