You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $OpenBSD: Makefile,v 1.4 2017/12/21 00:41:22 djm Exp $
|
|
|
|
PROG=test_bitmap
|
|
SRCS=tests.c
|
|
|
|
# From usr.sbin/ssh
|
|
SRCS+=bitmap.c atomicio.c
|
|
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|