pipe: Set errno upon failure.
[gnulib.git] / modules / wctype-tests
1 Files:
2 tests/test-wctype.c
3 tests/test-wctype-c++.cc
4 tests/signature.h
5 tests/macros.h
6
7 Depends-on:
8 ansi-c++-opt
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-wctype
14 check_PROGRAMS += test-wctype
15 if ANSICXX
16 TESTS += test-wctype-c++
17 check_PROGRAMS += test-wctype-c++
18 test_wctype_c___SOURCES = test-wctype-c++.cc
19 test_wctype_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
20 endif