getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / stdio-tests
index 63301818698e7639fb875eb5aef905bd09cbb5dd..533d6f239517206e606a69a585183ba1a43ee194 100644 (file)
@@ -1,21 +1,12 @@
 Files:
 tests/test-stdio.c
-tests/test-stdio-c++.cc
-tests/test-stdio-c++2.cc
-tests/signature.h
 
 Depends-on:
 verify
-ansi-c++-opt
+stdio-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-stdio
 check_PROGRAMS += test-stdio
-if ANSICXX
-TESTS += test-stdio-c++
-check_PROGRAMS += test-stdio-c++
-test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
-test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
-endif