svn commit: r315032 - head/lib/libc/tests/iconv
Alan Somers
asomers at FreeBSD.org
Sat Mar 11 00:02:06 UTC 2017
Author: asomers
Date: Sat Mar 11 00:02:05 2017
New Revision: 315032
URL: https://svnweb.freebsd.org/changeset/base/315032
Log:
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
Modified:
head/lib/libc/tests/iconv/Makefile
Modified: head/lib/libc/tests/iconv/Makefile
==============================================================================
--- head/lib/libc/tests/iconv/Makefile Fri Mar 10 22:45:07 2017 (r315031)
+++ head/lib/libc/tests/iconv/Makefile Sat Mar 11 00:02:05 2017 (r315032)
@@ -3,5 +3,6 @@
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
ATF_TESTS_C+= iconvctl_test
+WARNS?= 2
.include <bsd.test.mk>
More information about the svn-src-all
mailing list