]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Add unit tests for user@host and URI parsing.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 28 Apr 2019 22:53:26 +0000 (22:53 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 19 Jun 2019 02:21:40 +0000 (12:21 +1000)
OpenBSD-Regress-ID: 69d5b6f278e04ed32377046f7692c714c2d07a68

regress/unittests/Makefile

index e464b085adc84a25dd15b5854bbeeefb403c5ddf..4e56e1104562f128fa4cfd3b8e4c2e9afa1ddb44 100644 (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
 SUBDIR=        test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
-SUBDIR+=authopt
+SUBDIR+=authopt misc
 
 .include <bsd.subdir.mk>