summaryrefslogtreecommitdiff
path: root/regress/unittests/utf8/Makefile
blob: a975264fc146247a0b3058cd2cd48da0a19f156d (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.4 2016/11/01 13:43:27 tb Exp $

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

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

.include <bsd.regress.mk>