aboutsummaryrefslogtreecommitdiff
path: root/regress/unittests/match/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/match/Makefile')
-rw-r--r--regress/unittests/match/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/unittests/match/Makefile b/regress/unittests/match/Makefile
new file mode 100644
index 000000000000..bd4aed8446ca
--- /dev/null
+++ b/regress/unittests/match/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $
+
+PROG=test_match
+SRCS=tests.c
+REGRESS_TARGETS=run-regress-${PROG}
+
+run-regress-${PROG}: ${PROG}
+ env ${TEST_ENV} ./${PROG}
+
+.include <bsd.regress.mk>