mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-18 15:40:45 +00:00
7da751d8b0
Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and TEST_ENV to unittets/Makefile.inc. ok otto Upstream-Regress-ID: 890d497e0a38eeddfebb11cc429098d76cf29f12
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# $OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $
|
|
|
|
PROG=test_bitmap
|
|
SRCS=tests.c
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|