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