manywarnings: update C warnings for GCC 14
[gnulib.git] / modules / iconv-h-c++-tests
blobc7827da0c5920d112fd2e32077e0a5c0b5de205e
1 Files:
2 tests/test-iconv-h-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
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) $(NANOSLEEP_LIB)
19 endif