mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
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
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
|
|
|
|
ATF_TESTS_C+= iconvctl_test
|
|
WARNS?= 2
|
|
|
|
.include <bsd.test.mk>
|