summaryrefslogtreecommitdiff
path: root/regress/unittests/match/Makefile
blob: dc802f58d15f748e9613eaa57387c1c5ef8861de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.1 2016/08/19 06:44:13 djm Exp $

TEST_ENV=      "MALLOC_OPTIONS=AFGJPRX"

PROG=test_match
SRCS=tests.c
REGRESS_TARGETS=run-regress-${PROG}

run-regress-${PROG}: ${PROG}
	env ${TEST_ENV} ./${PROG}

.include <bsd.regress.mk>