mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-04 20:54:52 +02:00
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>
|