mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / stdlib-tests
index dc9ccde84172598f1767f9fd1e1f2c97d7540139..7225c65b8b409e6bfae96345911c4a90492bd5ae 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