summaryrefslogtreecommitdiff
path: root/modules/iconv-h-tests
blob: e00dd32d228fa2e08f9ef13534a04f09a03472e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/test-iconv-h.c
tests/test-iconv-h-c++.cc
tests/signature.h

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
TESTS += test-iconv-h
check_PROGRAMS += test-iconv-h
if ANSICXX
TESTS += test-iconv-h-c++
check_PROGRAMS += test-iconv-h-c++
test_iconv_h_c___SOURCES = test-iconv-h-c++.cc
test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV)
endif