mcel tests: Avoid test failures due to broken GB18030 converter.
[gnulib.git] / modules / wctype-h-c++-tests
blobd8ed1caefe2054a549d61c09be053721e357034e
1 Files:
2 tests/test-wctype-h-c++.cc
3 tests/test-wctype-h-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
15 if ANSICXX
16 TESTS += test-wctype-h-c++
17 check_PROGRAMS += test-wctype-h-c++
18 test_wctype_h_c___SOURCES = test-wctype-h-c++.cc test-wctype-h-c++2.cc
19 test_wctype_h_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB) $(EUIDACCESS_LIBGEN)
20 endif