summaryrefslogtreecommitdiff
path: root/regress/unittests/bitmap/Makefile
blob: b3b7d12c7059c3698b5057d3bf67477c83be1df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 2016/10/31 23:45:08 tb Exp $

TEST_ENV=      "MALLOC_OPTIONS=FGJRX"

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

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

.include <bsd.regress.mk>