pmccabe2html: escaping of special characters
[gnulib.git] / modules / time-tests
index cb1d6a5..de7e238 100644 (file)
@@ -1,20 +1,12 @@
 Files:
 tests/test-time.c
-tests/test-time-c++.cc
-tests/signature.h
 
 Depends-on:
 verify
-ansi-c++-opt
+time-c++-tests
 
 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___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
-endif