Tests of module 'wchar' in C++ mode.
[pspp] / modules / wchar-tests
index 9a55d2bdfc874f77cc936d2c14c117e470cf245f..14ed4c483fab6c0d6b2c1ba564c446dd7a7df8d9 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)
+endif