summaryrefslogtreecommitdiff
path: root/regress/unittests/utf8/Makefile
blob: 85cf7b81fc017bdf61de8d98529e857a28d05005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2016/10/31 23:45:09 tb Exp $

TEST_ENV=	"MALLOC_OPTIONS=CFGJRSUX"

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

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

.include <bsd.regress.mk>