svn commit: r316382 - stable/11/lib/libc/tests/nss
Alan Somers
asomers at FreeBSD.org
Sun Apr 2 02:10:21 UTC 2017
Author: asomers
Date: Sun Apr 2 02:10:19 2017
New Revision: 316382
URL: https://svnweb.freebsd.org/changeset/base/316382
Log:
MFC r315033
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:
stable/11/lib/libc/tests/nss/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/tests/nss/Makefile
==============================================================================
--- stable/11/lib/libc/tests/nss/Makefile Sun Apr 2 02:09:39 2017 (r316381)
+++ stable/11/lib/libc/tests/nss/Makefile Sun Apr 2 02:10:19 2017 (r316382)
@@ -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-stable-11
mailing list