Rename gl_INET_PTON.
[pspp] / modules / stdio-tests
index c572bfb4cd811cccb0eb7c6b80e3613bf0f5593c..63301818698e7639fb875eb5aef905bd09cbb5dd 100644 (file)
@@ -1,14 +1,21 @@
 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
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-stdio
 check_PROGRAMS += test-stdio
-
-License:
-LGPL
+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