Author: asomers
Date: Sat Mar 11 00:03:41 2017
New Revision: 315033
URL: https://svnweb.freebsd.org/changeset/base/315033

Log:
  Increase WARNS for nss 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/nss/Makefile

Modified: head/lib/libc/tests/nss/Makefile
==============================================================================
--- head/lib/libc/tests/nss/Makefile    Sat Mar 11 00:02:05 2017        
(r315032)
+++ head/lib/libc/tests/nss/Makefile    Sat Mar 11 00:03:41 2017        
(r315033)
@@ -10,6 +10,7 @@ BINDIR=               ${TESTSDIR}
 
 ${PACKAGE}FILES+=      mach
 
+WARNS?=                1
 CFLAGS+=       -I${SRCTOP}/tests
 
 ATF_TESTS_C+=  getaddrinfo_test
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to