summaryrefslogtreecommitdiffstats
path: root/regress/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/Makefile')
-rw-r--r--regress/unittests/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index e70b1664..e975f6ca 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,5 +1,6 @@
-# $OpenBSD: Makefile,v 1.7 2016/08/19 06:44:13 djm Exp $
-REGRESS_FAIL_EARLY= yes
-SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match
+# $OpenBSD: Makefile,v 1.9 2017/03/14 01:20:29 dtucker Exp $
+
+REGRESS_FAIL_EARLY?= yes
+SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
.include <bsd.subdir.mk>