doc: Update doc about realpath.
[gnulib.git] / modules / wctype-h-c++-tests
blob0f7db9c84a61040f694122fe54fc8ea2bf150202
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) $(LIB_NANOSLEEP) $(LIB_EACCESS)
20 endif