upstream: Add unit tests for user@host and URI parsing.

OpenBSD-Regress-ID: 69d5b6f278e04ed32377046f7692c714c2d07a68
This commit is contained in:
dtucker@openbsd.org 2019-04-28 22:53:26 +00:00 committed by Damien Miller
parent 0bb7e38834
commit e5cccb2410
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.10 2018/03/03 03:16:17 djm Exp $ # $OpenBSD: Makefile,v 1.11 2019/04/28 22:53:26 dtucker Exp $
REGRESS_FAIL_EARLY?= yes REGRESS_FAIL_EARLY?= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
SUBDIR+=authopt SUBDIR+=authopt misc
.include <bsd.subdir.mk> .include <bsd.subdir.mk>