svn commit: r316381 - stable/11/lib/libc/tests/iconv

Alan Somers asomers at FreeBSD.org
Sun Apr 2 02:09:41 UTC 2017


Author: asomers
Date: Sun Apr  2 02:09:39 2017
New Revision: 316381
URL: https://svnweb.freebsd.org/changeset/base/316381

Log:
  MFC r315032
  
  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:
  stable/11/lib/libc/tests/iconv/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/tests/iconv/Makefile
==============================================================================
--- stable/11/lib/libc/tests/iconv/Makefile	Sun Apr  2 01:21:35 2017	(r316380)
+++ stable/11/lib/libc/tests/iconv/Makefile	Sun Apr  2 02:09:39 2017	(r316381)
@@ -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