Tests of module 'iconv-h' in C++ mode.
[gnulib.git] / modules / iconv-h-tests
1 Files:
2 tests/test-iconv-h.c
3 tests/test-iconv-h-c++.cc
4 tests/signature.h
5
6 Depends-on:
7 ansi-c++-opt
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-iconv-h
13 check_PROGRAMS += test-iconv-h
14 if ANSICXX
15 TESTS += test-iconv-h-c++
16 check_PROGRAMS += test-iconv-h-c++
17 test_iconv_h_c___SOURCES = test-iconv-h-c++.cc
18 test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV)
19 endif