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