pmccabe2html: escaping of special characters
[gnulib.git] / modules / glob-tests
index 68d95af..151bc06 100644 (file)
@@ -1,20 +1,13 @@
 Files:
 tests/test-glob.c
-tests/test-glob-c++.cc
 tests/signature.h
 tests/macros.h
 
 Depends-on:
-ansi-c++-opt
+glob-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-glob
 check_PROGRAMS += test-glob
-if ANSICXX
-TESTS += test-glob-c++
-check_PROGRAMS += test-glob-c++
-test_glob_c___SOURCES = test-glob-c++.cc
-test_glob_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
-endif