pipe: Set errno upon failure.
[gnulib.git] / modules / stdlib-tests
index dc9ccde..2673470 100644 (file)
@@ -1,6 +1,7 @@
 Files:
 tests/test-stdlib.c
 tests/test-stdlib-c++.cc
+tests/test-stdlib-c++2.cc
 tests/signature.h
 
 Depends-on:
@@ -15,6 +16,6 @@ check_PROGRAMS += test-stdlib
 if ANSICXX
 TESTS += test-stdlib-c++
 check_PROGRAMS += test-stdlib-c++
-test_stdlib_c___SOURCES = test-stdlib-c++.cc
+test_stdlib_c___SOURCES = test-stdlib-c++.cc test-stdlib-c++2.cc
 test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
 endif