blob: 3e3c988397e559b86c2781d58a65608fe2b40f07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-iconv-utf.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-iconv-utf
check_PROGRAMS += test-iconv-utf
test_iconv_utf_LDADD = $(LDADD) @LIBICONV@
|