Rename gl_INET_PTON.
[pspp] / modules / stdio-tests
index f8433c7950e8fd15e6094b870424e80afc0637d5..63301818698e7639fb875eb5aef905bd09cbb5dd 100644 (file)
@@ -1,11 +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
+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