doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / stdlib-tests
index dc9ccde..7225c65 100644 (file)
@@ -1,20 +1,13 @@
 Files:
 tests/test-stdlib.c
-tests/test-stdlib-c++.cc
-tests/signature.h
+tests/test-sys_wait.h
 
 Depends-on:
 verify
-ansi-c++-opt
+stdlib-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-stdlib
 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___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
-endif