51f86375f4
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
14 lines
179 B
Makefile
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>
|