summaryrefslogtreecommitdiff
path: root/regress/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/Makefile')
-rw-r--r--regress/unittests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index 4e56e1104..4d26b7477 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.11 2019/04/28 22:53:26 dtucker Exp $ 1# $OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $
2 2
3REGRESS_FAIL_EARLY?= yes 3REGRESS_FAIL_EARLY?= yes
4SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion 4SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
5SUBDIR+=authopt misc 5SUBDIR+=authopt misc sshsig
6 6
7.include <bsd.subdir.mk> 7.include <bsd.subdir.mk>