From e3afc98d8600102848ee1f7d6920df378b88f1a7 Mon Sep 17 00:00:00 2001 From: asomers Date: Sat, 11 Mar 2017 00:02:05 +0000 Subject: [PATCH] Increase WARNS for iconv 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/iconv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/tests/iconv/Makefile b/lib/libc/tests/iconv/Makefile index 635c26c7cfb7..78423b7d2753 100644 --- a/lib/libc/tests/iconv/Makefile +++ b/lib/libc/tests/iconv/Makefile @@ -3,5 +3,6 @@ TESTSDIR= ${TESTSBASE}/lib/libc/iconv ATF_TESTS_C+= iconvctl_test +WARNS?= 2 .include