xref: /openbsd-src/regress/lib/libexpat/entropy/Makefile (revision 0995f6b340679063fa78e330792f86c94afb34b0)
1# $OpenBSD: Makefile,v 1.1 2021/05/27 18:18:41 bluhm Exp $
2# check that libexpat uses arc4random_buf as entropy source
3
4CLEANFILES=	stderr stdout
5
6run-regress-entropy: entropy
7	./entropy 2>stderr >stdout
8	cat stderr stdout
9	grep -q arc4random_buf stderr
10
11.include <bsd.regress.mk>
12