summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2020-06-19 04:34:21 +0000
committerdjm <djm@openbsd.org>2020-06-19 04:34:21 +0000
commit94ba55b4490bb46476df3e272be041cc5e4600f6 (patch)
tree271b4491dd3ca117204a2c54776a0a45dd515fcf
parentbasic unit test for sshsig.[ch], including FIDO keys (diff)
downloadwireguard-openbsd-94ba55b4490bb46476df3e272be041cc5e4600f6.tar.xz
wireguard-openbsd-94ba55b4490bb46476df3e272be041cc5e4600f6.zip
run sshsig unit tests
-rw-r--r--regress/usr.bin/ssh/unittests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/Makefile b/regress/usr.bin/ssh/unittests/Makefile
index 4e56e110456..4d26b74770e 100644
--- a/regress/usr.bin/ssh/unittests/Makefile
+++ b/regress/usr.bin/ssh/unittests/Makefile
@@ -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>