diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2017-05-30 21:03:44 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2017-05-30 21:03:44 +0000 |
| commit | cd49018ad738dcfce1097e609d42316d1aa8ff6f (patch) | |
| tree | 20e69e6e16a616826299c69df5e6942f1ab164b1 /lib/libc | |
| parent | 167cb0d0eb64ac6cf352181ffd60ed4a37f30e4a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/tests/iconv/Makefile | 1 | ||||
| -rw-r--r-- | lib/libc/tests/nss/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/tests/iconv/Makefile b/lib/libc/tests/iconv/Makefile index e6ae03e9d324..c412f90df207 100644 --- a/lib/libc/tests/iconv/Makefile +++ b/lib/libc/tests/iconv/Makefile @@ -5,5 +5,6 @@ PACKAGE= tests TESTSDIR= ${TESTSBASE}/lib/libc/iconv ATF_TESTS_C+= iconvctl_test +WARNS?= 2 .include <bsd.test.mk> diff --git a/lib/libc/tests/nss/Makefile b/lib/libc/tests/nss/Makefile index 1b777c2b26d3..2cf6999ec722 100644 --- a/lib/libc/tests/nss/Makefile +++ b/lib/libc/tests/nss/Makefile @@ -7,6 +7,7 @@ BINDIR= ${TESTSDIR} FILES+= mach +WARNS?= 1 CFLAGS+= -I${SRCTOP}/tests ATF_TESTS_C+= getaddrinfo_test |
