freebsd-dev/lib/libcrypt/tests/Makefile
Alan Somers 51f86375f4 Increase WARNS for libcrypt tests
ATF tests have a default WARNS of 0, unlike other usermode programs.

Reviewed by:  ngie, julian
MFC after:    3 weeks
Sponsored by: Spectra Logic Corporation
Differential Revision:        https://reviews.freebsd.org/D9933
2017-03-11 00:07:04 +00:00

14 lines
179 B
Makefile

# $FreeBSD$
ATF_TESTS_C+= crypt_tests
NETBSD_ATF_TESTS_C+= crypt_test
WARNS?= 6
CFLAGS+= -I${.CURDIR:H}
LIBADD= crypt
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>