Increase WARNS for iconv tests

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
This commit is contained in:
asomers 2017-03-11 00:02:05 +00:00
parent 37c58cdeac
commit e3afc98d86

View File

@ -3,5 +3,6 @@
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
ATF_TESTS_C+= iconvctl_test
WARNS?= 2
.include <bsd.test.mk>