openssh/regress/unittests/utf8/Makefile
schwarze@openbsd.org a5577c1ed3 upstream commit
stricter malloc.conf(5) options for utf8 tests

Upstream-Regress-ID: 111efe20a0fb692fa1a987f6e823310f9b25abf6
2016-06-08 11:45:05 +10:00

13 lines
249 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/05/30 12:14:08 schwarze Exp $
TEST_ENV= "MALLOC_OPTIONS=CFGJPRSUX"
PROG=test_utf8
SRCS=tests.c
REGRESS_TARGETS=run-regress-${PROG}
run-regress-${PROG}: ${PROG}
env ${TEST_ENV} ./${PROG}
.include <bsd.regress.mk>