upstream: run sshsig unit tests

OpenBSD-Regress-ID: 706ef17e2b545b64873626e0e35553da7c06052a
This commit is contained in:
djm@openbsd.org 2020-06-19 04:34:21 +00:00 committed by Darren Tucker
parent 5edfa1690e
commit 68e8294f6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.11 2019/04/28 22:53:26 dtucker Exp $
# $OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $
REGRESS_FAIL_EARLY?= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
SUBDIR+=authopt misc
SUBDIR+=authopt misc sshsig
.include <bsd.subdir.mk>