New module 'wcscpy'.
[pspp] / tests / test-wchar-c++.cc
index 35ca5fd9d435be78665f3d0b91fabf2eaea6ac4e..35032b5d14164e65afaf16250b8d223ce31a82a6 100644 (file)
@@ -108,6 +108,11 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcslen, size_t, (const wchar_t *));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsnlen, size_t, (const wchar_t *, size_t));
 #endif
 
+#if GNULIB_TEST_WCSCPY
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcscpy, wchar_t *,
+                 (wchar_t *, const wchar_t *));
+#endif
+
 
 int
 main ()