summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/general/Makefile
blob: d1a73a3769373c2e27c822dfbb2ef4a6f3e89c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$OpenBSD: Makefile,v 1.5 2019/04/13 22:06:31 tb Exp $

.include "../../Makefile.inc"

PROGS +=	bntest
PROGS +=	bn_to_string

LDADD =		${CRYPTO_INT}
DPADD =		${LIBCRYPTO}
WARNINGS =	Yes
CFLAGS +=	-Werror

.for p in ${PROGS}
REGRESS_TARGETS += run-$p

run-$p: $p
	./$p

.PHONY: run-$p
.endfor

.include <bsd.regress.mk>