e3afc98d86
ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
|
|
|
|
ATF_TESTS_C+= iconvctl_test
|
|
WARNS?= 2
|
|
|
|
.include <bsd.test.mk>
|