X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-wchar-c%2B%2B.cc;h=9b28e3194c57bd54a9192984bf761150189c4aa6;hb=96f8fde75f5197ff2d68e616ef41532b96fba64f;hp=bac74ab58803f4b93cb59038e3a2b0f2ac99c109;hpb=caf727a459d4f451f29c2edf565d7d4eb12df6fc;p=gnulib.git diff --git a/tests/test-wchar-c++.cc b/tests/test-wchar-c++.cc index bac74ab58..9b28e3194 100644 --- a/tests/test-wchar-c++.cc +++ b/tests/test-wchar-c++.cc @@ -197,6 +197,20 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcspbrk, wchar_t *, (const wchar_t *, const wchar_t *)); #endif +#if GNULIB_TEST_WCSSTR +SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsstr, wchar_t *, + (const wchar_t *, const wchar_t *)); +#endif + +#if GNULIB_TEST_WCSTOK +SIGNATURE_CHECK (GNULIB_NAMESPACE::wcstok, wchar_t *, + (wchar_t *, const wchar_t *, wchar_t **)); +#endif + +#if GNULIB_TEST_WCSWIDTH +SIGNATURE_CHECK (GNULIB_NAMESPACE::wcswidth, int, (const wchar_t *, size_t)); +#endif + int main ()