From 1457029bb9bc9bbb50b251260d89927bc8b3e02b Mon Sep 17 00:00:00 2001 From: asomers Date: Sun, 2 Apr 2017 02:10:19 +0000 Subject: 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 --- lib/libc/tests/nss/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/tests/nss/Makefile b/lib/libc/tests/nss/Makefile index 79f13c5..6075b31 100644 --- a/lib/libc/tests/nss/Makefile +++ b/lib/libc/tests/nss/Makefile @@ -10,6 +10,7 @@ BINDIR= ${TESTSDIR} ${PACKAGE}FILES+= mach +WARNS?= 1 CFLAGS+= -I${SRCTOP}/tests ATF_TESTS_C+= getaddrinfo_test -- cgit v1.1