diff options
author | asomers <asomers@FreeBSD.org> | 2017-04-02 02:10:19 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2017-04-02 02:10:19 +0000 |
commit | 1457029bb9bc9bbb50b251260d89927bc8b3e02b (patch) | |
tree | 39a46ad1f04044ef9f11faadd63b86a702a086aa /lib | |
parent | fa49c1e5968ab4c5a04eb2278afc22d458be0845 (diff) | |
download | FreeBSD-src-1457029bb9bc9bbb50b251260d89927bc8b3e02b.zip FreeBSD-src-1457029bb9bc9bbb50b251260d89927bc8b3e02b.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/tests/nss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |