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