strtoumax: fix typo in previous commit.
[gnulib.git] / modules / wchar-tests
index 63d6c1e..afe3bff 100644 (file)
@@ -1,20 +1,12 @@
 Files:
 tests/test-wchar.c
-tests/test-wchar-c++.cc
-tests/signature.h
 
 Depends-on:
 verify
-ansi-c++-opt
+wchar-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-wchar
 check_PROGRAMS += test-wchar
-if ANSICXX
-TESTS += test-wchar-c++
-check_PROGRAMS += test-wchar-c++
-test_wchar_c___SOURCES = test-wchar-c++.cc
-test_wchar_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
-endif