mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PACKAGE= tests
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/lib/libc/iconv
|
||
|
|
|
||
|
|
ATF_TESTS_C+= iconvctl_test
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|