diff options
author | asomers <asomers@FreeBSD.org> | 2017-04-02 02:09:39 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2017-04-02 02:09:39 +0000 |
commit | fa49c1e5968ab4c5a04eb2278afc22d458be0845 (patch) | |
tree | 66e6dc29a952749ea848ce289f898089c72d694b /lib | |
parent | ff4a3db137c41973839f473f164dc97a26eb36d3 (diff) | |
download | FreeBSD-src-fa49c1e5968ab4c5a04eb2278afc22d458be0845.zip FreeBSD-src-fa49c1e5968ab4c5a04eb2278afc22d458be0845.tar.gz |
MFC r315032
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/tests/iconv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/iconv/Makefile b/lib/libc/tests/iconv/Makefile index 635c26c..78423b7 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 <bsd.test.mk> |