mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
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
This commit is contained in:
parent
5faab58bd0
commit
b08fc26cbd
1 changed files with 1 additions and 0 deletions
|
|
@ -3,5 +3,6 @@
|
|||
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
|
||||
|
||||
ATF_TESTS_C+= iconvctl_test
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue