diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-06-19 04:34:22 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-06-19 04:34:22 +0000 |
commit | 589733f909ae298444ac5598ffca45b76247d527 (patch) | |
tree | 43abe9079c1c9e79666a33c0c72102df30372f2f /regress | |
parent | e99c845243f58b00db08c463aef45e674870b081 (diff) |
run sshsig unit tests
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/unittests/Makefile | 4 |
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> |