svn commit: r315039 - head/lib/libutil/tests

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:09:56 UTC 2017


Author: asomers
Date: Sat Mar 11 00:09:54 2017
New Revision: 315039
URL: https://svnweb.freebsd.org/changeset/base/315039

Log:
  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:
  head/lib/libutil/tests/Makefile

Modified: head/lib/libutil/tests/Makefile
==============================================================================
--- head/lib/libutil/tests/Makefile	Sat Mar 11 00:09:30 2017	(r315038)
+++ head/lib/libutil/tests/Makefile	Sat Mar 11 00:09:54 2017	(r315039)
@@ -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-head mailing list