svn commit: r315033 - head/lib/libc/tests/nss

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:03:43 UTC 2017


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


More information about the svn-src-head mailing list