X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-wchar-c%2B%2B.cc;h=8ce0deaf4d8d5adf29c16c6485df312795aefc49;hb=c9451e3bdc651a742f06b46a450497e59bb5e006;hp=bac74ab58803f4b93cb59038e3a2b0f2ac99c109;hpb=caf727a459d4f451f29c2edf565d7d4eb12df6fc;p=gnulib.git diff --git a/tests/test-wchar-c++.cc b/tests/test-wchar-c++.cc index bac74ab58..8ce0deaf4 100644 --- a/tests/test-wchar-c++.cc +++ b/tests/test-wchar-c++.cc @@ -1,5 +1,5 @@ /* Test of substitute in C++ mode. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 ()