libreSSL/tests/Makefile.am.tpl
Brent Cook 55d07e70dc clarify license and origin for pidwraptest
The original author clarified the license, so we are fine to ship with
the PID wraparound test. Run it by default if libressl is using the
native arc4random supplied from the OS.

ok deraadt@
2014-07-23 20:10:17 -05:00

13 lines
223 B
Smarty

include $(top_srcdir)/Makefile.am.common
AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
TESTS =
check_PROGRAMS =
EXTRA_DIST =
if !NO_ARC4RANDOM_BUF
TESTS += pidwraptest.sh
endif