Rename gl_INET_PTON.
[pspp] / modules / time-tests
index cde1e0f8736ca5b6aacf1df2c76e0209106970ab..4555357dbc3f56dc0c3e9f19b2d656838135bd27 100644 (file)
@@ -1,11 +1,21 @@
 Files:
 tests/test-time.c
+tests/test-time-c++.cc
+tests/test-time-c++2.cc
+tests/signature.h
 
 Depends-on:
 verify
+ansi-c++-opt
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-time
 check_PROGRAMS += test-time
+if ANSICXX
+TESTS += test-time-c++
+check_PROGRAMS += test-time-c++
+test_time_c___SOURCES = test-time-c++.cc test-time-c++2.cc
+test_time_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
+endif