summaryrefslogtreecommitdiff
path: root/regress/unittests/match/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/match/Makefile')
-rw-r--r--regress/unittests/match/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/unittests/match/Makefile b/regress/unittests/match/Makefile
new file mode 100644
index 000000000..dc802f58d
--- /dev/null
+++ b/regress/unittests/match/Makefile
@@ -0,0 +1,12 @@
1# $OpenBSD: Makefile,v 1.1 2016/08/19 06:44:13 djm Exp $
2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
4
5PROG=test_match
6SRCS=tests.c
7REGRESS_TARGETS=run-regress-${PROG}
8
9run-regress-${PROG}: ${PROG}
10 env ${TEST_ENV} ./${PROG}
11
12.include <bsd.regress.mk>