svn commit: r316387 - stable/11/lib/libutil/tests

Alan Somers asomers at FreeBSD.org
Sun Apr 2 02:15:26 UTC 2017


Author: asomers
Date: Sun Apr  2 02:15:25 2017
New Revision: 316387
URL: https://svnweb.freebsd.org/changeset/base/316387

Log:
  MFC r315039
  
  Increase WARNS for libutil tests
  
  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

Modified:
  stable/11/lib/libutil/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libutil/tests/Makefile
==============================================================================
--- stable/11/lib/libutil/tests/Makefile	Sun Apr  2 02:14:44 2017	(r316386)
+++ stable/11/lib/libutil/tests/Makefile	Sun Apr  2 02:15:25 2017	(r316387)
@@ -9,6 +9,7 @@ TAP_TESTS_C+=	pidfile_test
 TAP_TESTS_C+=	trimdomain_test
 TAP_TESTS_C+=	trimdomain-nodomain_test
 
+WARNS?=		2
 LIBADD+=	util
 
 .include <bsd.test.mk>


More information about the svn-src-stable-11 mailing list