mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-12 05:04:59 +00:00
f57783f1dd
Add unit test for convtime(). Upstream-Regress-ID: 8717bc0ca4c21120f6dd3a1d3b7a363f707c31e1
7 lines
189 B
Makefile
7 lines
189 B
Makefile
# $OpenBSD: Makefile,v 1.9 2017/03/14 01:20:29 dtucker Exp $
|
|
|
|
REGRESS_FAIL_EARLY?= yes
|
|
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
|
|
|
|
.include <bsd.subdir.mk>
|