regex.m4: correct the reversed range endpoint ([b-a]) test
[gnulib.git] / modules / wchar-tests
index 9a55d2b..63d6c1e 100644 (file)
@@ -1,13 +1,20 @@
 Files:
 tests/test-wchar.c
+tests/test-wchar-c++.cc
+tests/signature.h
 
 Depends-on:
+verify
+ansi-c++-opt
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-wchar
 check_PROGRAMS += test-wchar
-
-License:
-LGPL
+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