summaryrefslogtreecommitdiffstats
path: root/regress/unittests/utf8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/utf8/Makefile')
-rw-r--r--regress/unittests/utf8/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/unittests/utf8/Makefile b/regress/unittests/utf8/Makefile
new file mode 100644
index 00000000..b55847c7
--- /dev/null
+++ b/regress/unittests/utf8/Makefile
@@ -0,0 +1,12 @@
+# $OpenBSD: Makefile,v 1.1 2016/05/26 19:14:25 schwarze Exp $
+
+TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
+
+PROG=test_utf8
+SRCS=tests.c
+REGRESS_TARGETS=run-regress-${PROG}
+
+run-regress-${PROG}: ${PROG}
+ env ${TEST_ENV} ./${PROG}
+
+.include <bsd.regress.mk>