mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-03 16:22:05 +00:00
d333f89abf
unit tests for KRL bitmap
13 lines
249 B
Makefile
13 lines
249 B
Makefile
# $OpenBSD: Makefile,v 1.1 2015/01/15 07:36:28 djm Exp $
|
|
|
|
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
|
|
|
|
PROG=test_bitmap
|
|
SRCS=tests.c
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|