summaryrefslogtreecommitdiff
path: root/regress/unittests/Makefile
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-08-19 06:44:13 +0000
committerDamien Miller <djm@mindrot.org>2016-08-23 15:18:57 +1000
commit114efe2bc0dd2842d997940a833f115e6fc04854 (patch)
tree85572ed2c4054cd62045f404f3e14706822d9df7 /regress/unittests/Makefile
parent857568d2ac81c14bcfd625b27536c1e28c992b3c (diff)
upstream commit
add tests for matching functions Upstream-Regress-ID: 0869d4f5c5d627c583c6a929d69c17d5dd65882c
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 0a95d4b20..e70b16644 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,5 +1,5 @@
1# $OpenBSD: Makefile,v 1.6 2016/05/26 19:14:25 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.7 2016/08/19 06:44:13 djm Exp $
2REGRESS_FAIL_EARLY= yes 2REGRESS_FAIL_EARLY= yes
3SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 3SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match
4 4
5.include <bsd.subdir.mk> 5.include <bsd.subdir.mk>