New module 'wcscat'.
[gnulib.git] / tests / test-wchar-c++.cc
index 788fa22..8dfefcb 100644 (file)
@@ -128,6 +128,11 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcpncpy, wchar_t *,
                  (wchar_t *, const wchar_t *, size_t));
 #endif
 
+#if GNULIB_TEST_WCSCAT
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcscat, wchar_t *,
+                 (wchar_t *, const wchar_t *));
+#endif
+
 
 int
 main ()